chore: disable sql echo in fix script
Some checks are pending
Deploy Elmeg / deploy (push) Waiting to run

This commit is contained in:
fullsizemalt 2025-12-24 11:12:55 -08:00
parent b1c5baf77c
commit f36d868f25

View file

@ -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...")