diff options
-rw-r--r-- | misc_scripts/adsbexchange_krakenmap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc_scripts/adsbexchange_krakenmap.py b/misc_scripts/adsbexchange_krakenmap.py index aaf0c0e..f8dab15 100644 --- a/misc_scripts/adsbexchange_krakenmap.py +++ b/misc_scripts/adsbexchange_krakenmap.py @@ -4,7 +4,7 @@ RAPID_API_KEY: "MY_RAPID_API_KEY" -KRAKEN_PRO_USERNAME: "username" +KRAKEN_PRO_USER_EMAIL: "your@email.com" KRAKEN_PRO_PASSWORD: "password" # You may wish to limit your request rate more to avoid going over the limit of your account |