This commit is contained in:
JDJG Inc. Official 2021-10-04 09:45:33 -04:00
parent c360611927
commit 655692d2cc

View File

@ -1052,7 +1052,7 @@ def generate_snowflake(dt: datetime.datetime) -> int:
def quick_snowflake() -> int: def quick_snowflake() -> int:
"""A helper function to return a snowflake from the current UTC time. """A helper function to return a snowflake from the current UTC time with some randomness to make it more unique.
Returns Returns
-------- --------