Skip to content

Commit

Permalink
Remove unused argument 'prop' in allimages()
Browse files Browse the repository at this point in the history
  • Loading branch information
danmichaelo committed May 10, 2016
1 parent 3345d57 commit 524d751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mwclient/client.py
Expand Up @@ -570,7 +570,7 @@ def allpages(self, start=None, prefix=None, namespace='0', filterredir='all',
return listing.List.get_list(generator)(self, 'allpages', 'ap', limit=limit, return_values='title', **kwargs)

def allimages(self, start=None, prefix=None, minsize=None, maxsize=None, limit=None,
dir='ascending', sha1=None, sha1base36=None, prop='timestamp|url',
dir='ascending', sha1=None, sha1base36=None,
generator=True):
"""Retrieve all images on the wiki as a generator."""

Expand Down

0 comments on commit 524d751

Please sign in to comment.