mirror of
https://github.com/FAUSheppy/config
synced 2025-12-06 07:01:36 +01:00
merge
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -219,7 +219,7 @@ def save():
|
||||
pr_acct_status()
|
||||
battery_status()
|
||||
ip_status()
|
||||
cip_logins()
|
||||
#cip_logins()
|
||||
trace_login()
|
||||
bc_words()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user