Skip to content

Commit e285bec

Browse files
authored
Update fetch_updates.py
1 parent d5a6aad commit e285bec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/fetch_updates.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def update_contribution(contribution, props):
3030

3131
if 'download' not in contribution:
3232
contribution['download'] = contribution['source'][:contribution['source'].rfind('.')] + '.zip'
33+
34+
print(f"Updated {contribution['source']}: {contribution['lastUpdated']}")
3335

3436
def log_broken(contribution, msg):
3537
if contribution['status'] == 'VALID':

0 commit comments

Comments
 (0)