This commit is contained in:
2025-05-27 16:48:28 -04:00
parent e07a9dd7d2
commit 68408c4796
8 changed files with 34 additions and 27 deletions

View File

@ -14,7 +14,7 @@ class MemeUtil:
def __init__(self, constants) -> None:
self.constants = constants
self.meme_db_path = os.path.join("/usr/local/share", "sqlite_dbs", "meme.db")
self.meme_db_path = os.path.join("/mnt/data/share", "sqlite_dbs", "meme.db")
def is_png(self, buffer: bytes | io.BytesIO) -> bool:
"""