Hybris95 / UEX-Trader

Simple Python GUI to interact with UEX-Corp for Buying/Selling goods
MIT License
5 stars 0 forks source link

[Bug] Make sure configuration values are properly used in memory and saved properly #92

Closed Hybris95 closed 1 week ago

Hybris95 commented 1 week ago

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.

Hybris95 commented 1 week ago

Use api.update_credentials whenever the API Key or Secret Key is modified

Hybris95 commented 1 week ago

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