switched to login on custom start

This commit is contained in:
piair 2024-04-26 11:27:16 +02:00
parent e6e8bdaa06
commit ee6ec458fc

2
V6.py
View File

@ -742,7 +742,7 @@ def json_start(json_entry, cred: UserCredentials):
driver = config.WebDriver.driver
try:
if "unban" in json_entry and str(account_id) in json_entry["unban"]:
login_part_1()
login()
info("\nGO TO example.com TO PROCEED or wait 1200 secs.")
for _ in range(1200):
sleep(1)