Skip to content

Commit

Permalink
Update ilocator_pythonLib.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bjajoh authored Jan 19, 2021
1 parent bbb0301 commit 2b3291f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master_control/src/ilocator_pythonLib/ilocator_pythonLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]";
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']

Expand Down

0 comments on commit 2b3291f

Please sign in to comment.