What's next?

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-18 06:30:56 +00:00
parent 8753296ba7
commit 577fb76a2d

View file

@ -123,6 +123,7 @@ def set_state(state, name, status):
state[name_major]["status"] = "skip"
else:
state[name_major]["status"] = "pending"
save_state(state)
else:
print("WARNING: Invalid status '" + status + "' recived from " + name)
return state
@ -170,8 +171,6 @@ try:
if action == "set":
state = set_state(state, name, status)
save_state(state)
elif action == "get":
tile = ""
# Build poles first