Commit 0d996d93 authored by Łukasz Nowak's avatar Łukasz Nowak

Refix stopped state detection.

parent c01e072b
...@@ -68,7 +68,7 @@ else:\n ...@@ -68,7 +68,7 @@ else:\n
else:\n else:\n
return \'Start in progress\' \n return \'Start in progress\' \n
elif state == "stop_requested":\n elif state == "stop_requested":\n
if delivery_state == "stopped":\n if delivery_state == "delivered":\n
return \'Stopped\'\n return \'Stopped\'\n
else:\n else:\n
return \'Stop in progress\'\n return \'Stop in progress\'\n
......
749 750
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment