Skip to content

Commit d876859

Browse files
committed
Merge branch 'master' of github.com:hatnote/top
2 parents 8a1bf5f + 677973e commit d876859

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

top/get_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def get_images(titles, lang, project, log_rec):
126126
params = {'action': 'query',
127127
'prop': 'pageimages',
128128
'pithumbsize': 500,
129+
'pilicense': 'any',
129130
'pilimit': 50,
130131
'format': 'json',
131132
'titles': '|'.join(titles).encode('utf-8')}

0 commit comments

Comments
 (0)