forked from rDrama/rDrama
1
0
Fork 0

get_ID ratelimiter should use session_id

master
Aevann 2023-08-15 15:51:39 +03:00
parent 06baa3f274
commit d464aceecc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def get_ID():
elif session.get("lo_user"):
x = session.get("lo_user")
else:
x = f"logged_out-{g.nonce}"
x = f"logged_out-{session['session_id']}"
return f'{SITE}-{x}'