Skip to content

Commit ea23c31

Browse files
committed
oops
1 parent f94e125 commit ea23c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_bettergrblsupport/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ def on_event(self, event, payload):
551551
# Print Resumed
552552
if event == Events.PRINT_RESUMED:
553553
self._logger.debug("resuming job")
554-
self._printer.commands(["~", "?", "?". "?"], force=True)
554+
self._printer.commands(["~", "?", "?", "?"], force=True)
555555

556556
_bgs.queue_cmds_and_send(self, ["?"])
557557

0 commit comments

Comments
 (0)