From aef32a47b6e2c54c8a2b0eae2eaaf5846e521c0c Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Mon, 22 Jul 2024 22:51:17 +0200 Subject: [PATCH] Revert --- test/secrets.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/secrets.py b/test/secrets.py index a5a8e14..73f2d90 100644 --- a/test/secrets.py +++ b/test/secrets.py @@ -15,6 +15,6 @@ NORDNET_PASSWORD = load_secret('NORDNET_PASSWORD') KRAKEN_KEY = load_secret('KRAKEN_KEY') KRAKEN_SECRET = load_secret('KRAKEN_SECRET') -KUCOIN_KEY = load_secret('KUCOIN_KEY_TRADING') -KUCOIN_SECRET = load_secret('KUCOIN_SECRET_TRADING') -KUCOIN_PASS = load_secret('KUCOIN_PASS_TRADING') +KUCOIN_KEY = load_secret('KUCOIN_KEY') +KUCOIN_SECRET = load_secret('KUCOIN_SECRET') +KUCOIN_PASS = load_secret('KUCOIN_PASS')