Hotfix issue when no activity

This commit is contained in:
Frisk 2019-01-28 10:05:40 +00:00
parent 99dd4555a2
commit a55c9b581c
No known key found for this signature in database
GPG key ID: 0E9A7D3C0A01586C

View file

@ -823,6 +823,7 @@ def day_overview(): # time.strftime('%Y-%m-%dT%H:%M:%S.000Z', time.gmtime(time.
else: else:
active_users = [_("But nobody came")] # a reference to my favorite game of all the time, sorry ^_^ active_users = [_("But nobody came")] # a reference to my favorite game of all the time, sorry ^_^
active_hours = [_("But nobody came")] active_hours = [_("But nobody came")]
active_articles = [_("But nobody came")]
usramount = "" usramount = ""
houramount = "" houramount = ""
embed["fields"] = [] embed["fields"] = []