浏览代码

Bugfix.

pull/10/merge
Ben Kurtovic 8 年前
父节点
当前提交
c54985d770
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/infobox_station.py

+ 1
- 1
tasks/infobox_station.py 查看文件

@@ -36,7 +36,7 @@ class InfoboxStation(Task):
number = 20

def setup(self):
self.site = self.bot.wiki.getsite()
self.site = self.bot.wiki.get_site()
self._targets = {
"China": (
["Infobox China station", "Infobox china station"],


正在加载...
取消
保存