This commit is contained in:
yumoqing 2023-04-06 22:28:27 +08:00
parent 6b6fe73f1c
commit 49c7a8b5e8
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class JsonConfig(JsonObject):
def getConfig(path=None,NS=None):
pp = ProgramPath()
if path==None:
path = pp
path = os.getcwd()
cfname = os.path.abspath(os.path.join(path,"conf","config.json"))
# print __name__,cfname
ns = {

View File

@ -1,4 +1,5 @@
xlrd
bs4
ffpyplayer
xlwt
nanoid