From 6ecd265d45acc15ab9a2d344ba3359a39f07733c Mon Sep 17 00:00:00 2001 From: Frisk Date: Mon, 28 Jan 2019 10:05:40 +0000 Subject: [PATCH] Hotfix issue when no activity --- rcgcdw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/rcgcdw.py b/rcgcdw.py index fca48c4..eb56fe2 100644 --- a/rcgcdw.py +++ b/rcgcdw.py @@ -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"] = []