Another fix

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-16 01:43:38 +00:00
parent 58d1610288
commit 18898125ac

View file

@ -143,6 +143,7 @@ try:
state[name_major]["started"] = 0
state[name_major]["rebuild"] = 0
state[name_major]["skip"] = 0
state[name_major]["pending"] = 0
for tile in state[name_major]:
# Filter status of name_major
if tile != "done" and tile != "started" and tile != "pending" and tile != "status" and tile != "rebuild" and tile != "skip":