fix json start

This commit is contained in:
piair 2024-02-28 14:29:21 +01:00
parent 64a018044c
commit a590d0f1b5
2 changed files with 2 additions and 1 deletions

1
V6.py
View File

@ -663,6 +663,7 @@ def json_start(json_entry, cred: UserCredentials):
pass
if start:
config.WebDriver.set_pc_driver(create_driver())
config.WebDriver.switch_to_driver("PC")
driver = config.WebDriver.driver
try:
if str(account_id) in json_entry["unban"]:

View File

@ -1 +1 @@
v6.8.34
v6.8.35