Skip to content

Commit

Permalink
Update printer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeanon committed Feb 9, 2025
1 parent 62abbd0 commit b0d5a0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ks_includes/printer.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ def stop_tempstore_updates(self):
self.store_timeout = None

def process_force_query(self, result, method, params):
if result is None:
return
self.process_update(result["result"]["status"])

def process_update(self, data):
Expand Down

0 comments on commit b0d5a0f

Please sign in to comment.