i forgot to set approved

pull/225/head
Aevann 2024-03-05 21:22:19 +02:00
parent faf4ab978e
commit 84948eaad2
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ def approve_art(v, id):
)
g.db.add(ma)
entry.approved = True
return {"message": f"{entry.msg_kind} approved!"}