bugfix
This commit is contained in:
parent
6b6fe73f1c
commit
49c7a8b5e8
@ -51,7 +51,7 @@ class JsonConfig(JsonObject):
|
|||||||
def getConfig(path=None,NS=None):
|
def getConfig(path=None,NS=None):
|
||||||
pp = ProgramPath()
|
pp = ProgramPath()
|
||||||
if path==None:
|
if path==None:
|
||||||
path = pp
|
path = os.getcwd()
|
||||||
cfname = os.path.abspath(os.path.join(path,"conf","config.json"))
|
cfname = os.path.abspath(os.path.join(path,"conf","config.json"))
|
||||||
# print __name__,cfname
|
# print __name__,cfname
|
||||||
ns = {
|
ns = {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
xlrd
|
xlrd
|
||||||
|
bs4
|
||||||
ffpyplayer
|
ffpyplayer
|
||||||
xlwt
|
xlwt
|
||||||
nanoid
|
nanoid
|
||||||
|
Loading…
Reference in New Issue
Block a user