Properly pass props
This commit is contained in:
parent
efa526a770
commit
436468f1e5
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class GranblueWiki
|
||||||
action: 'parse',
|
action: 'parse',
|
||||||
format: 'json',
|
format: 'json',
|
||||||
page: page,
|
page: page,
|
||||||
prop: 'wikitext'
|
prop: @props
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue