From af864460f0a87402dc59f6bfc496edd50e5e635c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 20 May 2026 16:01:04 +0800 Subject: [PATCH] fix: correct getConfig import path to appPublic.jsonConfig --- scripts/migrate_uapi_upappid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migrate_uapi_upappid.py b/scripts/migrate_uapi_upappid.py index ec32de9..caad97c 100644 --- a/scripts/migrate_uapi_upappid.py +++ b/scripts/migrate_uapi_upappid.py @@ -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