diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 2373e6775..b7e64992b 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -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)