Skip to content

Instantly share code, notes, and snippets.

@remysaissy
Created July 12, 2013 18:57
Show Gist options
  • Save remysaissy/5986843 to your computer and use it in GitHub Desktop.
Save remysaissy/5986843 to your computer and use it in GitHub Desktop.
guid = None
while True:
guid = uuid.uuid1()
if self.store.exists(guid) == False:
break
self.store.set(guid, tornado.escape.json_encode(user))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment