diff options
| author | navewindre <boneyaard@gmail.com> | 2025-04-01 21:16:34 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-04-01 21:16:34 +0200 |
| commit | 805e439eacc0889454eb80c101b91415a9935855 (patch) | |
| tree | 3a9ab818e9eb99959ec27e96d21703d99c0c4238 /jaSubs.py | |
| parent | 57a4e38a311ff67ec2e19c5625551a7b7be6e796 (diff) | |
update readme, remove print
Diffstat (limited to 'jaSubs.py')
| -rw-r--r-- | jaSubs.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
