diff options
| author | tassaron | 2017-06-04 20:27:43 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-04 20:27:43 -0400 |
| commit | 277e86f2795093deaa12f294c29ac2f951ae65cd (patch) | |
| tree | 8da3101aef37216d6b47d60012eea3a9853eef3c /video_thread.py | |
| parent | 39e66ffa2d07b87b57ed90b369ab26aedf0a69e8 (diff) | |
not dumping frames anymore, but not working yet either
will finish later
Diffstat (limited to 'video_thread.py')
| -rw-r--r-- | video_thread.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video_thread.py b/video_thread.py index e74fffa..0542bc2 100644 --- a/video_thread.py +++ b/video_thread.py @@ -228,7 +228,6 @@ class Worker(QtCore.QObject): self.error = False self.canceled = False self.parent.drawPreview() - self.core.deleteTempDir() self.stopped = True self.encoding.emit(False) self.videoCreated.emit() |
