This commit is contained in:
Aevann1 2021-09-17 10:12:40 +02:00
parent db05c6b673
commit 78e2d65721

View file

@ -16,8 +16,6 @@ def slash_post():
def testing(): def testing():
notifications = g.db.query(Notification).all() notifications = g.db.query(Notification).all()
comments = []
t = time.time() t = time.time()
for x in notifications: for x in notifications: