bugfix
This commit is contained in:
parent
2e4d4abb29
commit
1d12c83599
@ -38,6 +38,7 @@ class DictObject(dict):
|
||||
if isinstance(i,DictObject):
|
||||
return i
|
||||
if isinstance(i,dict):
|
||||
i = {k:v for k,v in i.items() if isinstance(k,str)}
|
||||
try:
|
||||
d = DictObject(**i)
|
||||
return d
|
||||
|
0
appPublic/http_client.py
Normal file → Executable file
0
appPublic/http_client.py
Normal file → Executable file
0
appPublic/httpclient.py
Normal file → Executable file
0
appPublic/httpclient.py
Normal file → Executable file
0
appPublic/i18n.py
Normal file → Executable file
0
appPublic/i18n.py
Normal file → Executable file
0
appPublic/myTE.py
Normal file → Executable file
0
appPublic/myTE.py
Normal file → Executable file
0
appPublic/registerfunction.py
Normal file → Executable file
0
appPublic/registerfunction.py
Normal file → Executable file
0
appPublic/tworkers.py
Normal file → Executable file
0
appPublic/tworkers.py
Normal file → Executable file
0
appPublic/worker.py
Normal file → Executable file
0
appPublic/worker.py
Normal file → Executable file
0
appPublic/zmqapi.py
Normal file → Executable file
0
appPublic/zmqapi.py
Normal file → Executable file
0
requirements.txt
Normal file → Executable file
0
requirements.txt
Normal file → Executable file
Loading…
Reference in New Issue
Block a user