diff --git a/state_notify/state_notify.py b/state_notify/state_notify.py index a4c3238..43d7247 100644 --- a/state_notify/state_notify.py +++ b/state_notify/state_notify.py @@ -121,7 +121,7 @@ def _check_printer_printing(self): # the currently printing file, the file size, and position across # pauses. return (self.sdcard.is_active() or - (self.sdcard.progress() and self.sdcard.file_path() + (self.sdcard.file_path() and self.sdcard.progress() > 0) )