remotes/1693045480750635534/spooky-22
Aevann1 2021-09-17 10:11:49 +02:00
parent fcfc755d36
commit 3e0b665c52
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ def slash_post():
# this is a test
@app.get("/testing")
def testing(v):
def testing():
notifications = g.db.query(Notification).all()
comments = []