From 2b3291f5a02e94667ab30b23d5c14bdb36d29051 Mon Sep 17 00:00:00 2001 From: Bjarne Johannsen <42101377+bjajoh@users.noreply.github.com> Date: Tue, 19 Jan 2021 20:20:54 +0100 Subject: [PATCH] Update ilocator_pythonLib.py --- master_control/src/ilocator_pythonLib/ilocator_pythonLib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master_control/src/ilocator_pythonLib/ilocator_pythonLib.py b/master_control/src/ilocator_pythonLib/ilocator_pythonLib.py index 65a85c7..086ddaf 100644 --- a/master_control/src/ilocator_pythonLib/ilocator_pythonLib.py +++ b/master_control/src/ilocator_pythonLib/ilocator_pythonLib.py @@ -5,9 +5,9 @@ #Connection Variables databaseURL = "https://www.ilocator.com/api/v2/users/token" syncURL = url = "https://www.ilocator.com/api/v2/objects/sync/1" -databaseAuthUser = "aar.demo@ilocator.com"; +databaseAuthUser = "DEMO"; #This is bad practice. -databaseAuthPass = "Aarilo654" +databaseAuthPass = "PW" #And setting up the list of fields for the CSV objectFieldNames = ['id', 'latitude', 'longitude', 'part_nmbr', 'serial_nmbr', 'information', 'information2', 'dimension', 'weight', 'origin', 'mobileapp_version_number', 'gps_precision', 'gps_age', 'gps_altitude', 'organizations_id', 'users_id', 'created', 'modified', 'modified_merged', 'crud', 'deleted', 'modified_timezone', 'object_categories_id', 'object_types_id', 'object_events_id', 'object_statuses_id']