Explorar el Código

banner_untag: Fix when page is deleted.

main
Ben Kurtovic hace 7 años
padre
commit
5600eb14c1
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. +5
    -0
      tasks/banner_untag.py

+ 5
- 0
tasks/banner_untag.py Ver fichero

@@ -67,6 +67,11 @@ class BannerUntag(Task):
stage2 = []
for pagedata in res["query"]["pages"]:
pageid = pagedata["pageid"]
if "title" not in pagedata:
self.logger.info(u"Skipping [[%s]], doesn't exist" % title)
donefile.write("%d\n" % pageid)
continue

title = pagedata["title"]
revid = pagedata["revisions"][0]["revid"]
parentid = pagedata["revisions"][0]["parentid"]


Cargando…
Cancelar
Guardar