[Pywikipedia-l] SVN: [4927] trunk/pywikipedia/wikipedia.py
malafaya at svn.wikimedia.org
malafaya at svn.wikimedia.org
Wed Jan 23 17:25:16 UTC 2008
Revision: 4927
Author: malafaya
Date: 2008-01-23 17:25:16 +0000 (Wed, 23 Jan 2008)
Log Message:
-----------
corrected typo
Modified Paths:
--------------
trunk/pywikipedia/wikipedia.py
Modified: trunk/pywikipedia/wikipedia.py
===================================================================
--- trunk/pywikipedia/wikipedia.py 2008-01-23 15:13:54 UTC (rev 4926)
+++ trunk/pywikipedia/wikipedia.py 2008-01-23 17:25:16 UTC (rev 4927)
@@ -4104,7 +4104,7 @@
# No messages could be added.
# We assume that the server is down.
# Wait some time, then try again.
- output('WARNING: No messages found it Special:Allmessages. Maybe the server is down. Retrying in %i minutes...' % retry_idle_time)
+ output('WARNING: No messages found in Special:Allmessages. Maybe the server is down. Retrying in %i minutes...' % retry_idle_time)
time.sleep(retry_idle_time * 60)
# Next time wait longer, but not longer than half an hour
retry_idle_time *= 2
More information about the Pywikipedia-l
mailing list