typo + better logic + WTF everything has failed today

This commit is contained in:
piair
2023-04-02 11:02:37 +02:00
parent f30832d8cd
commit ccf284f6e2
3 changed files with 31 additions and 36 deletions

View File

@ -95,7 +95,7 @@ VNC_PORT = args.vnc
POINTS_FILE = args.points_file
# global variables used later in the code
LINUX_HOST = platform == "linux" # if the computer running this programm is linux, it allow more things
LINUX_HOST = platform == "linux" # if the computer running this program is Linux, it allow more things
START_TIME = time()
@ -148,7 +148,7 @@ sql_pwd = config["SQL"]["pwd"]
sql_host = config["SQL"]["host"]
sql_database = config["SQL"]["database"]
# Other seetings
# Other settings
IPV6_CHECKED = config["OTHER"]["ipv6"]