From 805e439eacc0889454eb80c101b91415a9935855 Mon Sep 17 00:00:00 2001 From: navewindre Date: Tue, 1 Apr 2025 21:16:34 +0200 Subject: update readme, remove print --- jaSubs.py | 1 - 1 file changed, 1 deletion(-) (limited to 'jaSubs.py') diff --git a/jaSubs.py b/jaSubs.py index a31ad60..9f3fab4 100644 --- a/jaSubs.py +++ b/jaSubs.py @@ -367,7 +367,6 @@ class thread_subtitles(QObject): if inc * config.update_time > config.focus_checking_time - 0.0001: process_output = subprocess.getoutput('xdotool getwindowfocus getwindowname') # "Add" - anki add card dialog - print(process_output) while ( (process_output != 'Add') and 'mpv' not in process_output ) or (config.hide_when_not_fullscreen_B and not mpv_fullscreen_status()) or (os.path.exists(mpv_socket + '_hide')): if not was_hidden: self.update_subtitles.emit(True, False) -- cgit v1.2.3