MsRewards/modules/globals.py

30 lines
659 B
Python
Raw Normal View History

2023-04-12 18:25:12 +02:00
driver = None
display = None
log = False
2023-04-15 11:03:47 +02:00
full_log = False
vnc_enabled = False
vnc_port = 2345
2023-04-15 11:03:47 +02:00
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"
2023-04-15 11:03:47 +02:00
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"
2023-04-25 21:56:29 +02:00
sql_database = "MsRewards"
2023-05-07 23:26:27 +02:00
norvege = False
database_error_override = False
json_start = ""