From 291022edd25c50d7e141e8e1223e940cca2fdac4 Mon Sep 17 00:00:00 2001 From: Jamil Atta Junior Date: Mon, 10 Apr 2017 15:17:31 -0300 Subject: [PATCH] Update client.py --- opac_ssm_api/client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opac_ssm_api/client.py b/opac_ssm_api/client.py index b35938a..2b2b700 100644 --- a/opac_ssm_api/client.py +++ b/opac_ssm_api/client.py @@ -291,8 +291,7 @@ def get_asset_info(self, _id): return (True, { 'url': asset_info.url, - 'url_path': asset_info.url_path, - 'checksum': asset_info.checksum + 'url_path': asset_info.url_path }) def get_task_state(self, _id):