mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Hotfix issue when no activity
This commit is contained in:
parent
b0a27fd1f9
commit
6ecd265d45
|
@ -823,6 +823,7 @@ def day_overview(): # time.strftime('%Y-%m-%dT%H:%M:%S.000Z', time.gmtime(time.
|
|||
else:
|
||||
active_users = [_("But nobody came")] # a reference to my favorite game of all the time, sorry ^_^
|
||||
active_hours = [_("But nobody came")]
|
||||
active_articles = [_("But nobody came")]
|
||||
usramount = ""
|
||||
houramount = ""
|
||||
embed["fields"] = []
|
||||
|
|
Loading…
Reference in a new issue