Refactor comments and docstrings for clarity and consistency

This commit is contained in:
Francesco Grazioso 2025-02-25 12:01:20 +01:00
parent abd5753df9
commit 0d8cb8afe1

View File

@ -197,7 +197,7 @@ class StreamingGUI(QMainWindow):
if not self.process.waitForFinished(1000): if not self.process.waitForFinished(1000):
self.process.kill() self.process.kill()
# Ripristina stdout # Restore stdout
sys.stdout = sys.__stdout__ sys.stdout = sys.__stdout__
event.accept() event.accept()