Fix: Correct SyntaxError in gui.py

This commit is contained in:
Ramforth
2025-11-02 21:19:28 +01:00
parent 99255e2061
commit 42f4985812
2 changed files with 1 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ a = Analysis(['main.py'],
pathex=['/home/joe/Cloud9/Documents/Obisdian/projects/Video Converter'],
binaries=[],
datas=[],
hiddenimports=[],
hiddenimports=['gui'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],