fix glowie order for snappy

pull/222/head
Aevann 2024-02-03 05:18:47 +02:00
parent 82331ba8bd
commit 65e58eaee4
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ def execute_snappy(post, v):
user_id=snappy.id,
kind="glowie",
post_id=post.id,
awarded_utc=time.time(),
)
g.db.add(award_object)