added clock prof to updatemultiple
This commit is contained in:
parent
a47c8a8d53
commit
572ff69ce7
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user