catleeball / tmnt_wikipedia_bot

Find Wikipedia titles that can be sung to the Teenage Mutant Ninja Turtles themesong.
MIT License
143 stars 23 forks source link

Update containsBanned from "and" to "or" #11

Closed jbrew closed 5 years ago

jbrew commented 5 years ago

containsBanned should return True if either of its helper functions returns True, not just if both do. This means it's currently letting through titles with "Historic District" that don't also have a banned word. To fix this, I just changed "and" to "or" in the return statement.