bugfix
This commit is contained in:
parent
6b6fe73f1c
commit
49c7a8b5e8
@ -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 = {
|
||||
|
@ -1,4 +1,5 @@
|
||||
xlrd
|
||||
bs4
|
||||
ffpyplayer
|
||||
xlwt
|
||||
nanoid
|
||||
|
Loading…
Reference in New Issue
Block a user