From 39506b3afcad0e0b5994322d6637d65a9886194d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Mon, 19 May 2025 19:37:11 -0300 Subject: [PATCH] modified exchange name --- utils/check_for_duplicates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/check_for_duplicates.py b/utils/check_for_duplicates.py index 91c8921..c97f6d0 100755 --- a/utils/check_for_duplicates.py +++ b/utils/check_for_duplicates.py @@ -10,7 +10,7 @@ with open(f"../configs/{sys.argv[1]}.json") as k: pwd = config["password"] if "password" in config else "" exch = sys.argv[1] if exch=="okex": - exch="okex5" + exch="okx" exchange_class = getattr(ccxt, sys.argv[1]) exchange = exchange_class({ "apiKey": config["key"],