aocbot: highlight "not yet solved" :)
This commit is contained in:
parent
8c25934484
commit
fd1e8e4c5a
@ -71,7 +71,7 @@ def command_today(msg_from: str, message: str):
|
|||||||
datetime.fromisoformat(cache[member]['days'][day]['1']) - day_start
|
datetime.fromisoformat(cache[member]['days'][day]['1']) - day_start
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
p1_time = "not yet solved"
|
p1_time = "*not yet solved*"
|
||||||
|
|
||||||
if "2" in cache[member]['days'][day ]:
|
if "2" in cache[member]['days'][day ]:
|
||||||
p2_time = "in " + human_readable_time_from_delta(
|
p2_time = "in " + human_readable_time_from_delta(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user