Skip to content

Commit a9f65ec

Browse files
author
arch
committed
improve ffmpeg stream
1 parent c7e5e26 commit a9f65ec

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

funscript_editor/data/ffmpegstream.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ def watchdog_timeout(self):
7474
self.logger.error("FFmpegStream Timeout")
7575
self.timeout = True
7676
self.stopped = True
77-
try: self.pipe.terminate()
78-
except: pass
79-
try: self.pipe.stdout.close()
80-
except: pass
81-
try: self.pipe.stderr.close()
82-
except: pass
77+
try: self.pipe.terminate()
78+
except: pass
79+
try: self.pipe.stdout.close()
80+
except: pass
81+
try: self.pipe.stderr.close()
82+
except: pass
8383

8484

8585
@staticmethod

0 commit comments

Comments
 (0)