You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to run mwparser.parse(bot.page.content).get_sections(levels=[1,2])[2] you'll get wikicode that contains both the "Help with JT Leroy page" section and the "Battle of France" section. This is a bug.
The text was updated successfully, but these errors were encountered:
https://en.wikipedia.org/w/index.php?title=Wikipedia:Administrators%27_noticeboard/Incidents&oldid=746063211
If you try to run
mwparser.parse(bot.page.content).get_sections(levels=[1,2])[2]
you'll get wikicode that contains both the "Help with JT Leroy page" section and the "Battle of France" section. This is a bug.The text was updated successfully, but these errors were encountered: