Allow setting pending state
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
f4483e20ce
commit
82d133a18f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ try:
|
||||||
msg = c.recv(128)
|
msg = c.recv(128)
|
||||||
msg = msg.decode()
|
msg = msg.decode()
|
||||||
|
|
||||||
match = re.match(r"(set) (n-pole|s-pole|[ew]\d{3}[ns]\d{2}) (done|started|rebuild|skip)", msg)
|
match = re.match(r"(set) (n-pole|s-pole|[ew]\d{3}[ns]\d{2}) (done|started|rebuild|skip|pending)", msg)
|
||||||
if match != None:
|
if match != None:
|
||||||
action = "set"
|
action = "set"
|
||||||
name = match.group(2)
|
name = match.group(2)
|
||||||
|
|
Loading…
Reference in a new issue