From c4757da05c6fda39967cd0fa567ecf3a28fe1477 Mon Sep 17 00:00:00 2001
From: GATEAU Thibault <thibault.gateau@isae.fr>
Date: Thu, 5 Aug 2021 13:38:05 +0000
Subject: [PATCH] Update example.py

---
 pythonAPI/example.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pythonAPI/example.py b/pythonAPI/example.py
index 1b95d1c..9fd657e 100755
--- a/pythonAPI/example.py
+++ b/pythonAPI/example.py
@@ -7,8 +7,8 @@ defaultAltitudeID = 1295
 defaultAltitudeValue = 424.0370523579581
 #defaultServer = 'http://dcas-devel-1/api/'
 defaultServer = 'https://dcas-nanostar.isae.fr/api/'
-defaultUser = 'tg'
-defaultPwd = 'tg'
+defaultUser = 'test'
+defaultPwd = 'test'
 
 parser = OptionParser()
 parser.add_option("-i", "--altitudeID", dest="altitudeID",
-- 
GitLab