forked from shaba/openuds
Fixed uuid model case
This commit is contained in:
parent
e02b3ad881
commit
989600e639
@ -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