git-svn-id: https://wikiteam.googlecode.com/svn/trunk@44 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95

pull/117/head
emijrp 13 years ago
parent 76e958e34f
commit 8ef9c452bd

@ -175,7 +175,7 @@ def getXMLPage(config={}, title=''):
f = urllib2.urlopen(req)
except:
try:
print 'Sever is slow... Waiting some seconds and retrying...'
print 'Server is slow... Waiting some seconds and retrying...'
time.sleep(10)
f = urllib2.urlopen(req)
except:

Loading…
Cancel
Save