forked from rDrama/rDrama
1
0
Fork 0

save ragnar on WPD

master
Aevann1 2022-09-24 03:41:35 +02:00
parent 550e5636e9
commit 0c182585c1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def login_get(v):
def check_for_alts(current):
current_id = current.id
if current_id in (1691,6790):
if current_id in (1691,6790,7069,36152):
session["history"] = []
return
ids = [x[0] for x in g.db.query(User.id).all()]