From 69050f3a6f5a21fc88d878a1c80b44223df5217f Mon Sep 17 00:00:00 2001 From: Colas Geier Date: Tue, 4 Feb 2025 18:04:46 +0100 Subject: [PATCH] clean password --- CenIsere_AUTOMAP/tools/PythonSQL.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CenIsere_AUTOMAP/tools/PythonSQL.py b/CenIsere_AUTOMAP/tools/PythonSQL.py index 99963120..1d59f38c 100644 --- a/CenIsere_AUTOMAP/tools/PythonSQL.py +++ b/CenIsere_AUTOMAP/tools/PythonSQL.py @@ -9,21 +9,21 @@ if IPAddr[0:11] == "100.100.100": #4269 dbname = "sig4269" sigdb="sig4269" refdb="ref_geo4269" - password = "McVities" + password = "xxxxx" if IPAddr[0:9] == "192.168.0": #01 host = "192.168.0.201" port = "5432" dbname = "sig01" sigdb="sig01" refdb="ref_geo01" - password = "McVities" + password = "xxxxx" if IPAddr[0:9] == "192.168.1": #0726 host = "192.168.1.201" port = "5432" dbname = "sig0726" sigdb="sig0726" refdb="ref_geo0726" - password = "McVities" + password = "xxxxx" if sys.platform == 'linux': os_user = os.environ['USER'] else: