Compare commits

...

3 Commits

Author SHA1 Message Date
Dustin Pianalto
8e0e4fe56d fixed lol 2018-05-21 01:08:23 -08:00
Dustin Pianalto
50becd1aa4 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	exts/imports/guid.py
2018-05-21 00:51:58 -08:00
Dustin Pianalto
8e719ef241 Updated Guid to create random unique Guid if no arguments
Also updated doc string for Guid class.
2018-05-21 00:45:50 -08:00

View File

@ -52,7 +52,7 @@ GEPOCH = datetime(2018, 1, 1).timestamp()
class Guid: class Guid:
"""This function does something. """Creates a unique Guid object.
Args: Args:
:param guid_tuple: (Optional) A tuple of length 11 containing :param guid_tuple: (Optional) A tuple of length 11 containing