本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
earwigbot-plugins
镜像来自
https://github.com/earwig/earwigbot-plugins
關注
1
收藏
1
複製
0
程式碼
版本發佈
1
活動
瀏覽代碼
banner_untag: Fix encoding error.
main
Ben Kurtovic
7 年之前
父節點
47d38593c4
當前提交
0376a61420
共有
1 個檔案被更改
,包括
1 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/banner_untag.py
+ 1
- 1
tasks/banner_untag.py
查看文件
@@ -75,7 +75,7 @@ class BannerUntag(Task):
else:
self.logger.info(u"Skipping [[%s]], not latest edit" % title)
donefile.write("%d\n" % pageid)
errfile.write(
u
"%s\n" % title)
errfile.write("%s\n" % title
.encode("utf8")
)
if not stage2:
return
Write
Preview
Loading…
取消
儲存