having trouble getting data from an dictionary from the main function to another function
I have this dictionary called self.account_summary_data = {} that was first used in the accountSummary function and i was storing data in it, specifcally a value called BuyingPower which i was hoping to use in another function. However i cant seem to call the value(BuyingPower) from the dictionary in the other function called exexute_stratergy