1
0
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:
Adolfo Gómez García 2015-03-23 02:22:17 +01:00
parent cc4619220a
commit 9fa4bacc74

View File

@ -11,4 +11,4 @@ def generateUuid():
'''
Generates a ramdom uuid for models default
'''
return cryptoManager().uuid().upper()
return cryptoManager().uuid().lower()