[git fast commit] 02. Jun 2018 - 14:08:21

This commit is contained in:
Sheppy
2018-06-02 14:08:21 +02:00
parent e993e724ce
commit d3d41698d4
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ def logins():
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,YELLOW)

View File

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