forked from MarseyWorld/MarseyWorld
sneed
parent
fbfd9495c7
commit
c924f4b04f
|
@ -83,7 +83,7 @@ def get_logged_in_user():
|
|||
t = str(time.strftime("%d/%B/%Y %H:%M:%S UTC", time.gmtime(time.time())))
|
||||
f.write(f'{f.read()}{v}, {ip}, {t}\n')
|
||||
|
||||
if not v and request.path not in ('/login','signup'): abort(401)
|
||||
if not v and request.path not in ('/login','/signup'): abort(401)
|
||||
|
||||
return v
|
||||
|
||||
|
|
Loading…
Reference in New Issue