Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dumpgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,7 @@ def getImageNamesAPI(config={}, session=None):
aifrom = '!'
images = []
while aifrom:
sys.stderr.write('.') # progress
print '.' # progress
params = {
'action': 'query',
'list': 'allimages',
Expand Down Expand Up @@ -1388,7 +1388,7 @@ def getImageNamesAPI(config={}, session=None):
gapfrom = '!'
images = []
while gapfrom:
sys.stderr.write('.') # progress
print '.' # progress
# Some old APIs doesn't have allimages query
# In this case use allpages (in nm=6) as generator for imageinfo
# Example:
Expand Down