Closed Hybris95 closed 1 week ago
Use api.update_credentials
whenever the API Key or Secret Key is modified
Create a function to update self.is_production
in api.py
Make sure self.is_production
is properly used especially in perform_trade
function
Remove self.debug
from api.py
Each time a value in the configuration tab is modified, make sure it is taken into account properly in the whole application. Each time configuration tab is saved, make sure current selected values are properly sent to config file.