Add message for missing Pillow library

This commit is contained in:
JonnyWong16 2018-01-13 21:48:33 -08:00
parent 46f7a92c97
commit 46f26cc307
4 changed files with 28 additions and 27 deletions

View file

@ -478,6 +478,7 @@ def start():
analytics_event(category='system', action='start')
# Schedule newsletters
newsletter_handler.NEWSLETTER_SCHED.start()
newsletter_handler.schedule_newsletters()
_STARTED = True