Skip to content

Commit 150bfcc

Browse files
nickygerritsenvmcj
andauthored
Update domlogo/domlogo.py
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent e48d00e commit 150bfcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

domlogo/domlogo.py

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def download_image(image_type: str, entity_id: str, file: dict):
8282
teams[team_id]['display_name'] = teams[team_id]['name']
8383
organizations = {org['id']: org for org in requests.get(f'{api_url}/organizations', auth=(user, passwd)).json()}
8484

85-
8685
print('Downloading any new or changed logos and photos...')
8786
for organization in organizations.values():
8887
if 'logo' in organization:

0 commit comments

Comments
 (0)