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