Skip to content

Commit def452b

Browse files
committed
make disabled messages consistent / more accurate
1 parent adcdaae commit def452b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/1-fetch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
#
5252
# For now, data is fetched manually :/
5353

54-
# Fetch from Europeana disabled due to being considered incomplete
54+
# Fetch from Europeana disabled due API limitations
5555
# https://github.com/creativecommons/quantifying/issues/224
5656

5757
# Fetch from GCS disabled due to Google blocking GitHub Action runners
@@ -75,8 +75,8 @@ jobs:
7575
env:
7676
GH_TOKEN: ${{ secrets.BOT_TOKEN }}
7777

78-
# Fetch from Openverse disabled due to limitations of anonymous API
79-
# access
78+
# Fetch from Openverse disabled due to API limitations
79+
# https://github.com/creativecommons/quantifying/issues/184
8080

8181
- name: Fetch from Smithsonian
8282
run: |

scripts/1-fetch/europeana_fetch.py.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22
"""
33
DISABLED:
4-
Fetch from Europeana disabled due to being considered incomplete
4+
Fetch from Europeana disabled due API limitations
55
https://github.com/creativecommons/quantifying/issues/224
66
77
Fetch high-level Europeana statistics for Quantifying the Commons.

0 commit comments

Comments
 (0)