We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e5e26 commit a9f65ecCopy full SHA for a9f65ec
funscript_editor/data/ffmpegstream.py
@@ -74,12 +74,12 @@ def watchdog_timeout(self):
74
self.logger.error("FFmpegStream Timeout")
75
self.timeout = True
76
self.stopped = True
77
- try: self.pipe.terminate()
78
- except: pass
79
- try: self.pipe.stdout.close()
80
81
- try: self.pipe.stderr.close()
82
+ try: self.pipe.terminate()
+ except: pass
+ try: self.pipe.stdout.close()
+ try: self.pipe.stderr.close()
83
84
85
@staticmethod
0 commit comments