Skip to content

Commit

Permalink
Cleaned imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbey1 committed Sep 6, 2023
1 parent f6193e8 commit 9e44834
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion UGDownloader/CTKGUI.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import os
import subprocess
import sys
import threading
from pathlib import Path
Expand Down
2 changes: 0 additions & 2 deletions UGDownloader/DriverSetup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from pathlib import Path
from selenium import webdriver
from selenium.webdriver.firefox.options import Options as FFOptions
from selenium.webdriver.firefox.service import Service as FirefoxService
from webdriver_manager.firefox import GeckoDriverManager
from selenium.webdriver.chrome.options import Options as COptions
from selenium.webdriver.chrome.service import Service
from subprocess import CREATE_NO_WINDOW
Expand Down
4 changes: 2 additions & 2 deletions UGDownloader/pyinst.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import PyInstaller.__main__
# import PyInstaller.__main__
# pysimplegui
# PyInstaller.__main__.run([
# '--windowed',
Expand All @@ -9,7 +9,7 @@
# 'UGDownloader.pyw'
# ])
# customtkinter not working
PyInstaller.__main__.run([
# PyInstaller.__main__.run([
'--noconfirm',
'--windowed',
'--noconsole',
Expand Down

0 comments on commit 9e44834

Please sign in to comment.