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:
parent
5ba704ac8a
commit
fad735bb87
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user