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
99dd4555a2
commit
a55c9b581c
|
@ -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"] = []
|
||||||
|
|
Loading…
Reference in a new issue