We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e48d00e commit 150bfccCopy full SHA for 150bfcc
domlogo/domlogo.py
@@ -82,7 +82,6 @@ def download_image(image_type: str, entity_id: str, file: dict):
82
teams[team_id]['display_name'] = teams[team_id]['name']
83
organizations = {org['id']: org for org in requests.get(f'{api_url}/organizations', auth=(user, passwd)).json()}
84
85
-
86
print('Downloading any new or changed logos and photos...')
87
for organization in organizations.values():
88
if 'logo' in organization:
0 commit comments