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