30 lines
659 B
Python
30 lines
659 B
Python
|
driver = None
|
||
|
display = None
|
||
|
log = False
|
||
|
full_log = False
|
||
|
vnc_enabled = False
|
||
|
vnc_port = 2345
|
||
|
points_file = "/"
|
||
|
update_version = False
|
||
|
start_time = 0
|
||
|
mot_path = "/"
|
||
|
credential_path = "/"
|
||
|
discord_success_link = "https://example.com"
|
||
|
discord_error_link = "https://example.com"
|
||
|
discord_enabled_error = False
|
||
|
discord_enabled_success = False
|
||
|
avatar_url = ""
|
||
|
fidelity_link = "None"
|
||
|
discord_embed = False
|
||
|
headless = False
|
||
|
proxy_enabled = False
|
||
|
proxy_address = "0.0.0.0"
|
||
|
proxy_port = "0"
|
||
|
sql_enabled = False
|
||
|
sql_usr = "None"
|
||
|
sql_pwd = "azerty"
|
||
|
sql_host = "https://example.com"
|
||
|
sql_database = "MsRewards"
|
||
|
norvege = False
|
||
|
database_error_override = False
|
||
|
json_start = ""
|