fix: correct getConfig import path to appPublic.jsonConfig
This commit is contained in:
parent
f16aa302eb
commit
af864460f0
@ -9,7 +9,7 @@ Usage (in Sage virtual env):
|
|||||||
|
|
||||||
Review the output SQL, then execute on your database.
|
Review the output SQL, then execute on your database.
|
||||||
"""
|
"""
|
||||||
from appPublic.getConfig import getConfig
|
from appPublic.jsonConfig import getConfig
|
||||||
import asyncio, json, sys, argparse
|
import asyncio, json, sys, argparse
|
||||||
from sqlor.dbpools import DBPools
|
from sqlor.dbpools import DBPools
|
||||||
from appPublic.uniqueID import getID
|
from appPublic.uniqueID import getID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user