fix: correct getConfig import path to appPublic.jsonConfig

This commit is contained in:
yumoqing 2026-05-20 16:01:04 +08:00
parent f16aa302eb
commit af864460f0

View File

@ -9,7 +9,7 @@ Usage (in Sage virtual env):
Review the output SQL, then execute on your database.
"""
from appPublic.getConfig import getConfig
from appPublic.jsonConfig import getConfig
import asyncio, json, sys, argparse
from sqlor.dbpools import DBPools
from appPublic.uniqueID import getID