MsRewards/modules/globals.py

39 lines
797 B
Python
Raw Normal View History

2023-04-12 18:25:12 +02:00
driver = None
_mail = '_mail temp'
_password = '_password temp'
_otp = '_otp temp'
display = None
2023-04-15 11:03:47 +02:00
_cred = []
custom_start = False
unban = False
log = False
full_log = False
vnc_enabled = False
vnc_port = 0
points_file = "/"
update_version = False
islinux = True
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"
dev = False
2023-05-07 23:26:27 +02:00
norvege = False
database_error_override = False
fast = False