We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a6aad commit e285becCopy full SHA for e285bec
scripts/fetch_updates.py
@@ -30,6 +30,8 @@ def update_contribution(contribution, props):
30
31
if 'download' not in contribution:
32
contribution['download'] = contribution['source'][:contribution['source'].rfind('.')] + '.zip'
33
+
34
+ print(f"Updated {contribution['source']}: {contribution['lastUpdated']}")
35
36
def log_broken(contribution, msg):
37
if contribution['status'] == 'VALID':
0 commit comments