This commit is contained in:
2025-04-10 19:38:43 -04:00
parent ca883b2974
commit 4506714d0a
4 changed files with 8 additions and 8 deletions

View File

@ -113,7 +113,7 @@ class Cache:
logging.error("ERROR @ %s: %s",
__file__.rsplit("/", maxsplit=1)[-1], f"cache::store >> {str(e)}")
await self.notifier.send(f"ERROR @ {__file__.rsplit("/", maxsplit=1)[-1]}",
f"cache::store >> {str(e)}")
f"cache::store >> `{str(e)}`")
async def sqlite_rowcount(self, where: Optional[str] = None,
params: Optional[tuple] = None) -> int: