aboutsummaryrefslogtreecommitdiffstats
path: root/pyinst.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyinst.py')
-rw-r--r--pyinst.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyinst.py b/pyinst.py
index 292f5d719..d27e56555 100644
--- a/pyinst.py
+++ b/pyinst.py
@@ -5,7 +5,6 @@ import sys
from PyInstaller.__main__ import run as run_pyinstaller
-
OS_NAME, ARCH = sys.platform, platform.architecture()[0][:2]