Explorar el Código

banner_untag: fix edit summary

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

+ 1
- 1
tasks/banner_untag.py Ver fichero

@@ -93,7 +93,7 @@ class BannerUntag(Task):

self.logger.debug(u"Reverting one edit on [[%s]]" % title)
page = self.site.get_page(title)
page.edit(content, self.summary, minor=True, bot=True)
page.edit(content, self.make_summary(summary), minor=True)

donefile.write("%d\n" % pageid)
if self.throttle:


Cargando…
Cancelar
Guardar