diff --git a/streaming_gui.py b/streaming_gui.py index 0456e96..e2d74f3 100644 --- a/streaming_gui.py +++ b/streaming_gui.py @@ -197,7 +197,7 @@ class StreamingGUI(QMainWindow): if not self.process.waitForFinished(1000): self.process.kill() - # Ripristina stdout + # Restore stdout sys.stdout = sys.__stdout__ event.accept()