From 5f2d0a8ec952487478785a91abcd04198cdeb54d Mon Sep 17 00:00:00 2001 From: AuroraWright Date: Mon, 13 Oct 2025 10:27:05 +0200 Subject: [PATCH] Nitpick --- owocr/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owocr/run.py b/owocr/run.py index ae58600..bdba56a 100644 --- a/owocr/run.py +++ b/owocr/run.py @@ -1058,7 +1058,7 @@ class ScreenshotThread(threading.Thread): def launch_coordinate_picker(self, init, must_return): if init: - logger.info('Preloading screen coordinate picker') + logger.info('Preloading coordinate picker') get_screen_selection(True, True) return if self.screencapture_mode != 2: