Created
August 22, 2019 14:44
-
-
Save nakanoasaservice/4e52f2a3ab9827440f0aeb9144d08473 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import base64, uuid | |
| base64.urlsafe_b64encode(uuid.uuid1().bytes).rstrip(b'=').decode('ascii') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment