info-fix
All checks were successful
Deploy to core / deploy (push) Successful in 1m42s

This commit is contained in:
2024-01-29 13:02:14 +03:00
parent 774a5ee596
commit 325927739e
5 changed files with 9 additions and 9 deletions

View File

@@ -197,7 +197,7 @@ class ViewedStorage:
try:
await self.update_pages()
failed = 0
except Exception:
except Exception as _exc:
failed += 1
logger.info(' - Обновление не удалось #%d, ожидание 10 секунд' % failed)
if failed > 3: