Skip to content

Commit

Permalink
fix display printing page
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed May 28, 2024
1 parent 3f4a29c commit 2c1b317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display.py
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ def handle_status_update(self, new_data, data_mapping=None):
self.current_filename = filename
if filename is not None and filename != "":
self._loop.create_task(
self.load_thumbnail_for_page(self.current_filename, "19")
self.load_thumbnail_for_page(self.current_filename, self._page_id(PAGE_PRINTING))
)
if "state" in new_data["print_stats"]:
state = new_data["print_stats"]["state"]
Expand Down

0 comments on commit 2c1b317

Please sign in to comment.