Compare commits

..

2 Commits

Author SHA1 Message Date
katboi01 b398bcd054 fix removed dependency 2025-01-25 01:34:28 +01:00
katboi01 6d8bf97e77 updated requirements 2025-01-25 01:23:27 +01:00
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ args = parser.parse_args()
config_name = args.game + '.cfg'
if not os.path.exists(config_name):
subprocess.check_call([sys.executable, "-m", "pip", "install", "beautifulsoup4", "PyPasser"])
subprocess.check_call([sys.executable, "-m", "pip", "install", "requests", "beautifulsoup4", "PyPasser"])
config = {
"game_id" : args.game,
"file_path" : input('Enter full file path to KF3 .exe: ').strip('\"'),
@ -33,7 +33,6 @@ else:
config["update_game"] = args.update
import wmi
import dmmUpdater
from bs4 import BeautifulSoup
from pypasser import reCaptchaV3