From 56439e5f47daddc1c22c4c311a6d03beba73e5e6 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sun, 18 Sep 2022 09:20:24 -0700 Subject: [PATCH] Added additional logging --- textinator.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/textinator.py b/textinator.py index 5e61c01..7f7eb73 100644 --- a/textinator.py +++ b/textinator.py @@ -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]