fix typo in stack tool
This commit is contained in:
@@ -139,7 +139,7 @@ if __name__ == '__main__':
|
|||||||
method = args.pop(0)
|
method = args.pop(0)
|
||||||
params = {}
|
params = {}
|
||||||
for x in args:
|
for x in args:
|
||||||
key, value = args.split('=', 1)
|
key, value = x.split('=', 1)
|
||||||
params[key] = value
|
params[key] = value
|
||||||
|
|
||||||
pprint.pprint(do_request(controller, method, params))
|
pprint.pprint(do_request(controller, method, params))
|
||||||
|
|||||||
Reference in New Issue
Block a user