less-bloat-log
All checks were successful
Deploy on push / deploy (push) Successful in 1m8s

This commit is contained in:
Untone 2024-06-04 12:55:12 +03:00
parent db2ae09ead
commit 1042eb6e58

View File

@ -123,6 +123,7 @@ class ViewedStorage:
logger.info(" ⎪ Обновление страниц заняло %fs " % (end - start))
except Exception as error:
logger.error(error)
self.disabled = True
@staticmethod
async def get_shout(shout_slug) -> int: