From 0d8cb8afe1a4bf38be874531c6ae8889ef9f7e96 Mon Sep 17 00:00:00 2001 From: Francesco Grazioso Date: Tue, 25 Feb 2025 12:01:20 +0100 Subject: [PATCH] Refactor comments and docstrings for clarity and consistency --- streaming_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()