diff --git a/stockTicker.py b/stockTicker.py index 4f33308..b8164d7 100755 --- a/stockTicker.py +++ b/stockTicker.py @@ -7855,6 +7855,8 @@ class StockTicker(): istan_timezone = pytz.timezone('Europe/Istanbul') pause = int(worldclock_set['pause']) + if pause % 2 != 0: + pause += 1 transition = worldclock_set['transition'].lower() if worldclock_set['speed'].lower() == 'slow': speed = 0.05