Fix 'Invalid token' error
This commit is contained in:
parent
179d6ec75e
commit
3624110e94
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class MediawikiBrowser(BaseBrowser):
|
||||||
|
|
||||||
data = {'action': 'query',
|
data = {'action': 'query',
|
||||||
'prop': 'info',
|
'prop': 'info',
|
||||||
'titles': page.encode,
|
'titles': page,
|
||||||
'intoken': _type,
|
'intoken': _type,
|
||||||
}
|
}
|
||||||
result = self.API_get(data)
|
result = self.API_get(data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue