remotes/1693045480750635534/spooky-22
Aevann1 2022-03-21 23:53:42 +02:00
parent e4474097ff
commit eae5a7b2af
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ def api_comment(v):
marsey = Marsey(name=name, author_id=user.id, tags=tags, count=0)
g.db.add(marsey)
g.db.flush()
all_by_author = g.db.query(Marsey.author_id).filter_by(author_id=user.id).count()