diff options
Diffstat (limited to 'misc_scripts')
-rw-r--r-- | misc_scripts/sondehub_krakenmap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_scripts/sondehub_krakenmap.py b/misc_scripts/sondehub_krakenmap.py index e5698a3..2be8b63 100644 --- a/misc_scripts/sondehub_krakenmap.py +++ b/misc_scripts/sondehub_krakenmap.py @@ -7,7 +7,7 @@ import sondehub import requests -API_SERVER = 'https://map.krakenrf.com:8842' +API_SERVER = 'https://map.krakenrf.com:443' login = {'username': 'username', 'password': 'password'} |