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/>."""
return True
elif command == "resume":
if self.paused:
self.do_resume(None)
self.pause()
return True
elif command == "disconnect":
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