mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Tools/upload_log.py: use https
This commit is contained in:
parent
3c89059199
commit
e3b61f22f2
@ -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'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user