mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +03:00
fixed case of uuids to lower
This commit is contained in:
parent
cc4619220a
commit
9fa4bacc74
@ -11,4 +11,4 @@ def generateUuid():
|
||||
'''
|
||||
Generates a ramdom uuid for models default
|
||||
'''
|
||||
return cryptoManager().uuid().upper()
|
||||
return cryptoManager().uuid().lower()
|
||||
|
Loading…
Reference in New Issue
Block a user