Content deleted Content added
Updating source) (bot |
Updating source) (bot |
||
Line 1:
Source as of 00:
== Sandbot1.py ==
Line 63:
def check_if_heading_is_gone(self, box):
tl = api.iterator(500, prop="templates", tlnamespace=10, tllimit=500, titles=box.title)
res = {x['title'] for x in next(tl).get("templates", "")}
return not res & self.TEMPLATES
|