Tools/upload_log.py: use https

This commit is contained in:
Beat Küng 2017-07-31 07:21:19 +02:00
parent 3c89059199
commit e3b61f22f2

View File

@ -23,7 +23,7 @@ except:
raise
SERVER = 'http://logs.px4.io'
SERVER = 'https://logs.px4.io'
#SERVER = 'http://localhost:5006' # for testing locally
UPLOAD_URL = SERVER+'/upload'