From a698fa74e41d6bbcc1482b1890ebf14f98574f9a Mon Sep 17 00:00:00 2001 From: krakenrf <78108016+krakenrf@users.noreply.github.com> Date: Sun, 6 Aug 2023 23:26:53 +1200 Subject: Update sondehub_krakenmap.py --- misc_scripts/sondehub_krakenmap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc_scripts/sondehub_krakenmap.py b/misc_scripts/sondehub_krakenmap.py index 893a721..9b38cce 100644 --- a/misc_scripts/sondehub_krakenmap.py +++ b/misc_scripts/sondehub_krakenmap.py @@ -12,8 +12,8 @@ SONDE_ID = "U1140595" API_SERVER = 'https://map.krakenrf.com:443' -# Your Kraken Pro Cloud username and password -login = {'username': 'username', 'password': 'password'} +# Your Kraken Pro Cloud username email and password +login = {'email': 'email', 'password': 'password'} x = requests.post(API_SERVER + '/login', json = login) token = x.text -- cgit v1.2.3