diff --git a/stockTicker.py b/stockTicker.py index 08270cb..f987e1e 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -341,7 +341,7 @@ class StockTicker(): for option in options: - if option not in ['Custom GIFs', 'Custom Images', 'Custom Messages', 'Place (Reddit)', 'Clock 1', 'Clock 2', 'World Clock']: # these images are already saved in user uploads, dodnt need to update them + if option not in ['Custom GIFs', 'Custom Images', 'Custom Messages', 'Place (Reddit)', 'Clock 1', 'Clock 2', 'World Clock', 'Clock 1 Prof', 'Clock 2 Prof', 'World Clock Prof']: # these images are already saved in user uploads, dodnt need to update them img = self.functions[option]() img.save('./display_images/'+ option+ '.ppm')