Skip to content

Commit b588d76

Browse files
committed
fix indent
1 parent 29b6e01 commit b588d76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

octoprint_shutdownprinter/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ def _shutdown_printer_API_CMD(self, mode):
287287

288288
def _extraCommand(self):
289289
if self.extraCommand != "":
290-
process = subprocess.Popen(mCmdFound, shell=True, stdin = None, stdout=subprocess.PIPE)
291-
self.extraCommand = process.communicate()
290+
process = subprocess.Popen(mCmdFound, shell=True, stdin = None, stdout=subprocess.PIPE)
291+
self.extraCommand = process.communicate()
292292
self._logger.info("response extraCommand: %s" % mCmdFound.rstrip().strip())
293293

294294
def _shutdown_printer_by_API(self):

0 commit comments

Comments
 (0)