This commit is contained in:
Sheppy
2018-06-24 16:47:22 +02:00
4 changed files with 67 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ def bcw():
def countdown():
delta = datetime(year=2018,month=7,day=22,hour=20) - datetime.now()
if delta.days > 1:
tmp = "{} von 180 Tagen bis Abgabe verbleibend".format(delta.days)
tmp = "{} von 150 Tagen bis Abgabe verbleibend".format(delta.days)
else:
tmp = "{}h bis BC Abgabe".format(delta.hours)
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(delta.days,0,180))

View File

@@ -219,7 +219,7 @@ def save():
pr_acct_status()
battery_status()
ip_status()
cip_logins()
#cip_logins()
trace_login()
bc_words()