mirror of
https://github.com/wassname/IndicoIo-python.git
synced 2026-07-16 01:20:22 +08:00
FIX: Added version changes and IndicoError
This commit is contained in:
@@ -33,7 +33,7 @@ def multi(data, type, apis, available, batch=False, **kwargs):
|
||||
|
||||
def handle_response(result):
|
||||
# Parse out the results to a dicionary of api: result
|
||||
return dict((SERVER_CLIENT_MAP[api], parsed_response(res))
|
||||
return dict((SERVER_CLIENT_MAP[api], parsed_response(api, res))
|
||||
for api, res in result.iteritems())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user