diff --git a/stockTicker.py b/stockTicker.py index 7bcde7c..e92308d 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -1089,7 +1089,7 @@ class StockTicker(): current = str(current) - midFrame = self.textToImage(base+ '(' + symbol + ')', current, arrow, percent_change, point_change) #IMAGE THE TEXT + midFrame = self.textToImage(symbol+ '(' + base + ')', current, arrow, percent_change, point_change) #IMAGE THE TEXT if all_forex_settings['logos']: