fix bug
This commit is contained in:
parent
5a3b66924f
commit
057a54fa04
@ -101,9 +101,9 @@ class PrivMaps(Resource):
|
||||
|
||||
|
||||
def put(self):
|
||||
print(f"args={self.args}")
|
||||
log.info(f"args={self.args}")
|
||||
args = my_unquote(self.args['args'])
|
||||
print(f"2={args}")
|
||||
log.info(f"2={args}")
|
||||
try:
|
||||
mymaps = {}
|
||||
mymaps['mapid'] = args['mapid']
|
||||
|
Loading…
x
Reference in New Issue
Block a user