diff --git a/files/helpers/wrappers.py b/files/helpers/wrappers.py index 2f890a30c6..5a5e1d9dcd 100644 --- a/files/helpers/wrappers.py +++ b/files/helpers/wrappers.py @@ -86,8 +86,6 @@ def get_logged_in_user(): if f'@{v.username}, ' not in f.read(): t = str(time.strftime("%d/%B/%Y %H:%M:%S UTC", time.gmtime(time.time()))) f.write(f'@{v.username}, {v.truecoins}, {ip}, {t}\n') - elif not v and request.path not in ('/login','/signup'): - abort(401) return v