mirror of
https://github.com/FAUSheppy/config
synced 2026-01-21 23:57:37 +01:00
[git fast commit] 21. Jul 2018 - 16:17:39
This commit is contained in:
@@ -89,10 +89,7 @@ def bwp():
|
|||||||
|
|
||||||
def countdown():
|
def countdown():
|
||||||
delta = datetime(year=2018,month=7,day=23,hour=12) - datetime.now()
|
delta = datetime(year=2018,month=7,day=23,hour=12) - datetime.now()
|
||||||
if delta.days > 1:
|
|
||||||
tmp = "{} days {} hours remaining".format(delta.days,int(delta.seconds/60/60))
|
tmp = "{} days {} hours remaining".format(delta.days,int(delta.seconds/60/60))
|
||||||
else:
|
|
||||||
tmp = "{}h bis BC Abgabe".format(delta.hours)
|
|
||||||
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(delta.days,0,180))
|
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(delta.days,0,180))
|
||||||
return tmp
|
return tmp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user