Spaces:
Runtime error
Runtime error
Update mainLogic/startup/checkup.py
Browse files
mainLogic/startup/checkup.py
CHANGED
|
@@ -106,13 +106,13 @@ class CheckState:
|
|
| 106 |
|
| 107 |
|
| 108 |
|
| 109 |
-
def check_token(self, token, random_id, id="
|
| 110 |
"""Checks the validity of a token using LicenseKeyFetcher."""
|
| 111 |
if verbose:
|
| 112 |
Global.hr()
|
| 113 |
debugger.debug("Checking Token...")
|
| 114 |
debugger.debug(f"Token: {token}")
|
| 115 |
-
debugger.debug(f"Random ID: {random_id}")
|
| 116 |
debugger.debug(f"ID: {id}")
|
| 117 |
|
| 118 |
from mainLogic.big4.Ravenclaw_decrypt.key import LicenseKeyFetcher
|
|
|
|
| 106 |
|
| 107 |
|
| 108 |
|
| 109 |
+
def check_token(self, token, random_id, id="656abf4c33eb5d0018ae1e39",batch_name="63fc5bce692ade0018aa43da", verbose=False):
|
| 110 |
"""Checks the validity of a token using LicenseKeyFetcher."""
|
| 111 |
if verbose:
|
| 112 |
Global.hr()
|
| 113 |
debugger.debug("Checking Token...")
|
| 114 |
debugger.debug(f"Token: {token}")
|
| 115 |
+
debugger.debug(f"Random ID: {random_id}")
|
| 116 |
debugger.debug(f"ID: {id}")
|
| 117 |
|
| 118 |
from mainLogic.big4.Ravenclaw_decrypt.key import LicenseKeyFetcher
|