Browse Source

banner_untag: Fix log message.

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

+ 1
- 1
tasks/banner_untag.py View File

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



Loading…
Cancel
Save