Revision: 6371 Author: filnik Date: 2009-02-18 16:51:04 +0000 (Wed, 18 Feb 2009)
Log Message: ----------- bugfix, editorS
Modified Paths: -------------- trunk/pywikipedia/checkimages.py
Modified: trunk/pywikipedia/checkimages.py =================================================================== --- trunk/pywikipedia/checkimages.py 2009-02-18 16:50:13 UTC (rev 6370) +++ trunk/pywikipedia/checkimages.py 2009-02-18 16:51:04 UTC (rev 6371) @@ -698,7 +698,7 @@ # The try block is used to prevent error if you use an old wikipedia.py's version. try: testoattuale = self.talk_page.get() - history = self.talk_page.getLatestEditor(limit = 10) + history = self.talk_page.getLatestEditors(limit = 10) latest_user = history[0]["user"] wikipedia.output(u'The latest user that has written something is: %s' % latest_user) for i in self.botolist: