forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-07-30 11:49:00 +02:00
parent ac403b03ba
commit 324b49fd76
1 changed files with 0 additions and 5 deletions

View File

@ -14,8 +14,6 @@ def slash_post():
@auth_required
def notifications(v):
start = time.time()
if v and v.is_banned and not v.unban_utc: return render_template("seized.html")
page = int(request.args.get('page', 1))
@ -62,9 +60,6 @@ def notifications(v):
if c not in listing:
listing.append(c)
print(type(time.time()))
print(time.time() - start)
return render_template("notifications.html",
v=v,
notifications=listing,