Compare commits

..

No commits in common. "58a4545a40940b9ebb1a8bae3f81189e80720f60" and "2801b14b05704507329ba7d77bb37bb62e074fe4" have entirely different histories.

View File

@ -7,7 +7,7 @@ import time
# Easy debug
from icecream import ic
ic.disable() # Turn off
#ic.disable() # Turn off
# Limit for requests
LTIME = cur_time = time.monotonic()
@ -115,7 +115,7 @@ class RequestHandler(BaseHTTPRequestHandler):
# Admin's token
if token[0] == tokens["admin"][0]:
pass
elif token[0] in tokens["premium"] and len(params) < 13400:
elif token[0] in tokens["premium"] and len(params) < 10000:
pass
else:
return 0