removed a log of global variables. This file should disappear.
This commit is contained in:
parent
dc3e31d8d5
commit
35c846e671
|
@ -1,18 +1,11 @@
|
||||||
driver = None
|
driver = None
|
||||||
_mail = '_mail temp'
|
|
||||||
_password = '_password temp'
|
|
||||||
_otp = '_otp temp'
|
|
||||||
display = None
|
display = None
|
||||||
_cred = []
|
|
||||||
custom_start = False
|
|
||||||
unban = False
|
|
||||||
log = False
|
log = False
|
||||||
full_log = False
|
full_log = False
|
||||||
vnc_enabled = False
|
vnc_enabled = False
|
||||||
vnc_port = 2345
|
vnc_port = 2345
|
||||||
points_file = "/"
|
points_file = "/"
|
||||||
update_version = False
|
update_version = False
|
||||||
islinux = True
|
|
||||||
start_time = 0
|
start_time = 0
|
||||||
mot_path = "/"
|
mot_path = "/"
|
||||||
credential_path = "/"
|
credential_path = "/"
|
||||||
|
@ -32,8 +25,6 @@ sql_usr = "None"
|
||||||
sql_pwd = "azerty"
|
sql_pwd = "azerty"
|
||||||
sql_host = "https://example.com"
|
sql_host = "https://example.com"
|
||||||
sql_database = "MsRewards"
|
sql_database = "MsRewards"
|
||||||
dev = False
|
|
||||||
norvege = False
|
norvege = False
|
||||||
database_error_override = False
|
database_error_override = False
|
||||||
fast = False
|
json_start = ""
|
||||||
very_custom=""
|
|
Loading…
Reference in New Issue