Skip to content

Commit

Permalink
Added additional logging
Browse files Browse the repository at this point in the history
  • Loading branch information
RhetTbull committed Sep 18, 2022
1 parent 5ba03c8 commit 56439e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions textinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ def process_screenshot(self, notif):
# we've already seen this screenshot or screenshot existed at app startup, skip it
continue

self.log(f"processing new screenshot: {path}")

# if "Always detect English" checked, add English to list of languages to detect
languages = (
[self.recognition_language, LANGUAGE_ENGLISH]
Expand Down

0 comments on commit 56439e5

Please sign in to comment.