added okx rate debug log entry

This commit is contained in:
Nicolás Sánchez 2025-11-18 16:38:25 -03:00
parent 23d09487d8
commit e6d4578807
2 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ class okx_earn:
"amount": response["data"][0]["amt"] "amount": response["data"][0]["amt"]
} }
else: else:
return {"Error": response} return {"Error": response, "Rate": str(rate)}
def redeem_product(self, coin, amount): def redeem_product(self, coin, amount):

View File

@ -483,7 +483,7 @@ signal.signal(signal.SIGTERM, shutdown_handler)
if __name__=="__main__": if __name__=="__main__":
version = "2025.10.11" version = "2025.11.18"
start_time = time.time() start_time = time.time()
with open("config.json") as f: with open("config.json") as f: