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():
|
def run():
|
||||||
try:
|
try:
|
||||||
if run_db_migrations(DB_FILE):
|
run_db_migrations(DB_FILE)
|
||||||
log.info(f"Migrated DB {DB_FILE}")
|
|
||||||
except RuntimeError:
|
except RuntimeError:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue