diff --git a/files/helpers/cron.py b/files/helpers/cron.py index 4f66768ea..c3d940d98 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -45,6 +45,8 @@ def cron_fn(every_5m, every_1d): _grant_two_year_badges() if every_1d or not cache.get('stats'): + g.db.commit() + _generate_emojis_zip() if FEATURES['ASSET_SUBMISSIONS']: