fixed-coales
Some checks failed
Deploy on push / deploy (push) Failing after 10s

This commit is contained in:
2024-10-15 11:12:09 +03:00
parent 76aeddbde2
commit bf33cdc95c
6 changed files with 47 additions and 48 deletions

View File

@@ -39,7 +39,7 @@ def create_table_if_not_exists(engine, table):
table.__table__.create(engine)
logger.info(f"Table '{table.__tablename__}' created.")
else:
logger.info(f"Table '{table.__tablename__}' already exists.")
logger.info(f"Table '{table.__tablename__}' ok.")
# noinspection PyUnusedLocal