mirror of
https://github.com/FAUSheppy/config
synced 2025-12-09 08:08:32 +01:00
[git fast commit] 02. Jun 2018 - 14:08:21
This commit is contained in:
@@ -57,7 +57,7 @@ def logins():
|
|||||||
def countdown():
|
def countdown():
|
||||||
delta = datetime(year=2018,month=7,day=22,hour=20) - datetime.now()
|
delta = datetime(year=2018,month=7,day=22,hour=20) - datetime.now()
|
||||||
if delta.days > 1:
|
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:
|
else:
|
||||||
tmp = "{}h bis BC Abgabe".format(delta.hours)
|
tmp = "{}h bis BC Abgabe".format(delta.hours)
|
||||||
tmp = hl_utils.color_panel(tmp,YELLOW)
|
tmp = hl_utils.color_panel(tmp,YELLOW)
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ def save():
|
|||||||
pr_acct_status()
|
pr_acct_status()
|
||||||
battery_status()
|
battery_status()
|
||||||
ip_status()
|
ip_status()
|
||||||
cip_logins()
|
#cip_logins()
|
||||||
trace_login()
|
trace_login()
|
||||||
|
|
||||||
def trace_login():
|
def trace_login():
|
||||||
|
|||||||
Reference in New Issue
Block a user