remove redundant db migration log
This commit is contained in:
parent
42281010c5
commit
c0d535c8df
1 changed files with 1 additions and 2 deletions
|
@ -266,8 +266,7 @@ async def prefix(ctx, prefix=None):
|
|||
|
||||
def run():
|
||||
try:
|
||||
if run_db_migrations(DB_FILE):
|
||||
log.info(f"Migrated DB {DB_FILE}")
|
||||
run_db_migrations(DB_FILE)
|
||||
except RuntimeError:
|
||||
pass
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue