1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Added ticket compat with 3.0

This commit is contained in:
Adolfo Gómez García 2021-07-08 12:22:36 +02:00
parent 5ba704ac8a
commit fad735bb87

View File

@ -89,7 +89,7 @@ class TicketStore(UUIDModel):
@staticmethod
def generateUuid() -> str:
return cryptoManager().randomString(40)
return cryptoManager().randomString(40).lower() # Temporary fix lower() for compat with 3.0
@staticmethod
def create(