some minor changes

This commit is contained in:
bacon
2024-03-07 22:11:10 +03:00
parent 84f4491861
commit 451f34b037

View File

@@ -91,7 +91,7 @@ async def prepare_db(guild: int):
cursor.execute(create_table)
cursor.close()
except sqlite3.Error as _error:
pass
logger.info(f'Error reading DB\n{_e}')
async def work_with_db(db_func: str, data_turple: tuple):