Browse Source

banner_untag: fix edit summary

main
Ben Kurtovic 6 years ago
parent
commit
690d291949
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/banner_untag.py

+ 1
- 1
tasks/banner_untag.py View File

@@ -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:


Loading…
Cancel
Save