##// END OF EJS Templates
removed id param from required api params. It was left over by mistake
marcink -
r1994:419ad277 default
parent child Browse files
Show More
@@ -118,7 +118,6 b' class JSONRPCController(WSGIController):'
118 118 # check AUTH based on API KEY
119 119 try:
120 120 self._req_api_key = json_body['api_key']
121 self._req_id = json_body['id']
122 121 self._req_method = json_body['method']
123 122 self._request_params = json_body['args']
124 123 log.debug('method: %s, params: %s',
General Comments 0
You need to be logged in to leave comments. Login now