Browse Source

Bugfix.

pull/10/merge
Ben Kurtovic 8 years ago
parent
commit
c54985d770
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/infobox_station.py

+ 1
- 1
tasks/infobox_station.py View File

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


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


Loading…
Cancel
Save