Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Jul 7, 2024
1 parent 3a6d878 commit 7d39ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ankermake/ankermake_mqtt_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def online(self) -> bool:

@property
def printing(self) -> bool:
return self.job_name != "" or not self.progress
return self.job_name != "" or self.progress

@property
def filament_weight(self) -> float:
Expand Down

0 comments on commit 7d39ccf

Please sign in to comment.