diff options
-rw-r--r-- | hypervideo_gui/main_ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py index 47a4f6f..2203298 100644 --- a/hypervideo_gui/main_ui.py +++ b/hypervideo_gui/main_ui.py @@ -33,7 +33,7 @@ from PyQt5.QtWidgets import ( QWidget, ) -# Debuging +# Debugging if len(sys.argv) == 2: if sys.argv[1] == '-v': DEBUG = 0 |