diff --git a/2.0.x.zip b/2.0.x.zip index f66728d..212daf8 100644 Binary files a/2.0.x.zip and b/2.0.x.zip differ diff --git a/src/fastwq/libs/ankihub.py b/src/fastwq/libs/ankihub.py index e9f0cb3..8d27855 100644 --- a/src/fastwq/libs/ankihub.py +++ b/src/fastwq/libs/ankihub.py @@ -267,7 +267,7 @@ def update(add=[],install=False): responseData = response.read() major = json.loads(responseData) data['body'] += '\n\n### {0}\n'.format(major['name']) + major['body'] - data['assets'] += map(asset,major['assets']) + #data['assets'] += map(asset,major['assets']) if repository['update'] == 'always': dialog = DialogUpdates(None,data,repository,updateSingle(repositories,path,data),'always')