This commit is contained in:
2023-11-26 18:14:50 +01:00
parent c20a8a0b2c
commit 490e9bb80c
2 changed files with 15 additions and 14 deletions
-4
View File
@@ -6,7 +6,6 @@ from onetimepass import valid_totp
from secrets import choice
import segno
from os import path
import uuid
class Tools():
@@ -70,7 +69,4 @@ class Tools():
print('Wrong otp, please try again.')
return False
def session_id(self):
return uuid.uuid4().hex
tools = Tools()