From 35c846e6713b0d5cd2028e2dd921268cbef2d245 Mon Sep 17 00:00:00 2001 From: piair Date: Tue, 27 Feb 2024 01:40:51 +0100 Subject: [PATCH] removed a log of global variables. This file should disappear. --- modules/globals.py | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/modules/globals.py b/modules/globals.py index 39a43f6..785c9b1 100644 --- a/modules/globals.py +++ b/modules/globals.py @@ -1,18 +1,11 @@ driver = None -_mail = '_mail temp' -_password = '_password temp' -_otp = '_otp temp' display = None -_cred = [] -custom_start = False -unban = False -log = False +log = False full_log = False vnc_enabled = False vnc_port = 2345 points_file = "/" update_version = False -islinux = True start_time = 0 mot_path = "/" credential_path = "/" @@ -32,8 +25,6 @@ sql_usr = "None" sql_pwd = "azerty" sql_host = "https://example.com" sql_database = "MsRewards" -dev = False norvege = False database_error_override = False -fast = False -very_custom="" \ No newline at end of file +json_start = "" \ No newline at end of file