chore: disable sql echo in fix script
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run
This commit is contained in:
parent
b1c5baf77c
commit
f36d868f25
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@ from import_elgoose import fetch_json
|
|||
|
||||
BASE_URL = "https://elgoose.net/api/v2"
|
||||
|
||||
# Disable SQL echoing for this script to reduce noise
|
||||
engine.echo = False
|
||||
|
||||
def fix_set_names():
|
||||
print("🔧 Fixing set names in database...")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue