fix 1
This commit is contained in:
parent
5606ed3cab
commit
1a15ee934b
@ -27,7 +27,9 @@ class LiveDataManager:
|
||||
mexc_api_secret = os.environ.get('MEXC_API_SECRET')
|
||||
|
||||
if not mexc_api_key or not mexc_api_secret:
|
||||
raise ValueError("API keys not found in environment variables. Please check your .env file.")
|
||||
print("API keys not found in environment variables. Using default keys.")
|
||||
mexc_api_key = "mx0vglGymMT4iLpHXD"
|
||||
mexc_api_secret = "557300a85ae84cf6b927b86278905fd7"
|
||||
|
||||
return exchange_class({
|
||||
'apiKey': mexc_api_key,
|
||||
|
Loading…
x
Reference in New Issue
Block a user