remove annoyance

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-13 14:02:31 +02:00
parent 86d5da7de6
commit 9f24a8ddc5
1 changed files with 0 additions and 2 deletions

View File

@ -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