Compare commits
2 Commits
c77290fd51
...
b398bcd054
Author | SHA1 | Date |
---|---|---|
|
b398bcd054 | |
|
6d8bf97e77 |
|
@ -16,7 +16,7 @@ args = parser.parse_args()
|
||||||
config_name = args.game + '.cfg'
|
config_name = args.game + '.cfg'
|
||||||
|
|
||||||
if not os.path.exists(config_name):
|
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 = {
|
config = {
|
||||||
"game_id" : args.game,
|
"game_id" : args.game,
|
||||||
"file_path" : input('Enter full file path to KF3 .exe: ').strip('\"'),
|
"file_path" : input('Enter full file path to KF3 .exe: ').strip('\"'),
|
||||||
|
@ -33,7 +33,6 @@ else:
|
||||||
|
|
||||||
config["update_game"] = args.update
|
config["update_game"] = args.update
|
||||||
|
|
||||||
import wmi
|
|
||||||
import dmmUpdater
|
import dmmUpdater
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from pypasser import reCaptchaV3
|
from pypasser import reCaptchaV3
|
||||||
|
|
Loading…
Reference in New Issue