Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created March 15, 2011 16:56
Show Gist options
  • Save qoelet/871028 to your computer and use it in GitHub Desktop.
Save qoelet/871028 to your computer and use it in GitHub Desktop.
import uuid
def get_token():
token = uuid.uuid4() # random
return token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment