Skip to content

Commit

Permalink
Update domlogo/domlogo.py
Browse files Browse the repository at this point in the history
Co-authored-by: MCJ Vasseur <14887731+vmcj@users.noreply.github.com>
  • Loading branch information
nickygerritsen and vmcj authored Oct 29, 2023
1 parent e48d00e commit 150bfcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion domlogo/domlogo.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ def download_image(image_type: str, entity_id: str, file: dict):
teams[team_id]['display_name'] = teams[team_id]['name']
organizations = {org['id']: org for org in requests.get(f'{api_url}/organizations', auth=(user, passwd)).json()}


print('Downloading any new or changed logos and photos...')
for organization in organizations.values():
if 'logo' in organization:
Expand Down

0 comments on commit 150bfcc

Please sign in to comment.