Properly pass props

This commit is contained in:
Justin Edmund 2023-08-16 02:53:41 -07:00
parent efa526a770
commit 436468f1e5

View file

@ -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