aaa
This commit is contained in:
@@ -32,5 +32,5 @@ data = get_data()
|
|||||||
if data is None or data["noshutdown"] == 1:
|
if data is None or data["noshutdown"] == 1:
|
||||||
exit
|
exit
|
||||||
|
|
||||||
time = datetime.strptime(data["time"], "%H:%M").time()
|
time = datetime.strftime(data["time"], "%H:%M").time()
|
||||||
print(time)
|
print(time)
|
||||||
Reference in New Issue
Block a user