fd
This commit is contained in:
parent
899c202ca0
commit
5fe6a57c81
1 changed files with 0 additions and 1 deletions
|
@ -190,7 +190,6 @@ def post_id(pid, anything=None, v=None):
|
||||||
|
|
||||||
keys = []
|
keys = []
|
||||||
for key, val in session.items():
|
for key, val in session.items():
|
||||||
print(key)
|
|
||||||
if type(val) is int and key not in ['login_nonce','user_id']:
|
if type(val) is int and key not in ['login_nonce','user_id']:
|
||||||
if time.time() - val > 86400: keys.append(key)
|
if time.time() - val > 86400: keys.append(key)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue