redeploy
This commit is contained in:
parent
62b90d73a7
commit
cfb0ba910f
|
@ -218,7 +218,7 @@ class ViewedStorage:
|
||||||
when = datetime.now(timezone.utc) + timedelta(seconds=self.period)
|
when = datetime.now(timezone.utc) + timedelta(seconds=self.period)
|
||||||
t = format(when.astimezone().isoformat())
|
t = format(when.astimezone().isoformat())
|
||||||
logger.info(
|
logger.info(
|
||||||
' ⎩ Следующее обновление: %s'
|
' ⎩ Следующее обновление: %s'
|
||||||
% (t.split('T')[0] + ' ' + t.split('T')[1].split('.')[0])
|
% (t.split('T')[0] + ' ' + t.split('T')[1].split('.')[0])
|
||||||
)
|
)
|
||||||
await asyncio.sleep(self.period)
|
await asyncio.sleep(self.period)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user