add more logging

This commit is contained in:
Son NK 2020-02-04 14:27:12 +07:00
parent 0bea79dc86
commit 6e4e737af0

View file

@ -122,6 +122,8 @@ if __name__ == "__main__":
with app.app_context():
if args.job == "stats":
LOG.d("Compute Stats")
stats()
elif args.job == "notify_trial_end":
LOG.d("Notify users with trial ending soon")
notify_trial_end()