Compare commits

..

No commits in common. "b398bcd0542ae72f7bb5c39b4f7628a55ca779f6" and "c77290fd51db5a5d8129b2d2e8c3f751070d8853" have entirely different histories.

1 changed files with 2 additions and 1 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", "requests", "beautifulsoup4", "PyPasser"])
subprocess.check_call([sys.executable, "-m", "pip", "install", "beautifulsoup4", "PyPasser"])
config = {
"game_id" : args.game,
"file_path" : input('Enter full file path to KF3 .exe: ').strip('\"'),
@ -33,6 +33,7 @@ else:
config["update_game"] = args.update
import wmi
import dmmUpdater
from bs4 import BeautifulSoup
from pypasser import reCaptchaV3