fix bug
This commit is contained in:
parent
f91243802f
commit
81100ec08d
@ -89,7 +89,7 @@ class PrivMaps(Resource):
|
|||||||
def post(self):
|
def post(self):
|
||||||
# log.info(f"args={self.args}")
|
# log.info(f"args={self.args}")
|
||||||
pdb.set_trace()
|
pdb.set_trace()
|
||||||
myargs = json.loads(my_unquote(self.args['args']))
|
myargs = json.loads(my_unquote(self.args['args']).replace("'",'"'))
|
||||||
log.info(f"2={myargs}")
|
log.info(f"2={myargs}")
|
||||||
try:
|
try:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user