j
k
j a
j l
Modified: trunk/pywikipedia/wikipedia.py
[...]
if data['query']['pages'][pageid].keys()[0] == 'lastrevid':
That should probably be
if 'lastrevid' in data['query']['pages'][pageid]:
Back to the thread
Back to the list