klippy: Fix typo causing missing stats on 'exit_eof' case
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -258,7 +258,7 @@ def main():
|
|||||||
time.sleep(1.)
|
time.sleep(1.)
|
||||||
logging.info("Restarting printer")
|
logging.info("Restarting printer")
|
||||||
continue
|
continue
|
||||||
elif res == 'eof_stats':
|
elif res == 'exit_eof':
|
||||||
printer.disconnect()
|
printer.disconnect()
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user