Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markwal committed Dec 27, 2018
1 parent 521fbec commit 90a905c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_polarcloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def _create_socket(self):
self._socket.on('update', self._on_update)
self._socket.on('connectPrinter', self._on_connect_printer)
self._socket.on('customCommand', self._on_custom_command)
self._socket.on('jogPrinter', sef._on_jog_printer)
self._socket.on('jogPrinter', self._on_jog_printer)

def _start_polar_status(self):
if self._polar_status_worker:
Expand Down

0 comments on commit 90a905c

Please sign in to comment.