remotes/1693045480750635534/spooky-22
fireworks88 2021-07-27 23:17:01 +02:00
parent 95b2fbe833
commit bf08f1bbf6
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ def award_post(pid, v):
return jsonify({"error": "You can't give that award multiple times to the same post."}), 409
post_award.submission_id = post.id
print(f"give award to pid {post_award.submission_id} ({post.id})")
#print(f"give award to pid {post_award.submission_id} ({post.id})")
g.db.add(post_award)
msg = f"@{v.username} has given your [post]({post.permalink}) the {AWARDS[kind]['title']} Award!"