Skip to content

Instantly share code, notes, and snippets.

@LBdN
Created December 12, 2014 09:06
Show Gist options
  • Save LBdN/6f4b95b8b174c56248c1 to your computer and use it in GitHub Desktop.
Save LBdN/6f4b95b8b174c56248c1 to your computer and use it in GitHub Desktop.
def write_message(self, uuid, msg):
state = self.states[uuid]
with state.get_discussion(redis, msg.id_discussion) as disc:
disc.write(msg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment