Commit 0be26f15 authored by Guillaume Seguin's avatar Guillaume Seguin

WIP #575: fix action:resume

parent 3b7a21d7
...@@ -1691,7 +1691,7 @@ Printrun. If not, see <http://www.gnu.org/licenses/>.""" ...@@ -1691,7 +1691,7 @@ Printrun. If not, see <http://www.gnu.org/licenses/>."""
return True return True
elif command == "resume": elif command == "resume":
if self.paused: if self.paused:
self.do_resume(None) self.pause()
return True return True
elif command == "disconnect": elif command == "disconnect":
self.do_disconnect(None) self.do_disconnect(None)
......
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