Fix download API commands

This commit is contained in:
JonnyWong16 2018-10-09 08:27:48 -07:00
parent 4302c4bc0d
commit 7bdef05a45

View file

@ -598,7 +598,7 @@ General optional parameters:
if self._api_cmd == 'docs_md':
return out['response']['data']
elif self._api_cmd == 'download_log':
elif self._api_cmd.startswith('download_'):
return
elif self._api_cmd == 'pms_image_proxy':