From c54985d770c4fbc0100205461cd54abd6cf1c980 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 5 Dec 2015 04:16:15 -0600 Subject: [PATCH] Bugfix. --- tasks/infobox_station.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/infobox_station.py b/tasks/infobox_station.py index bb8a54a..2e40e91 100644 --- a/tasks/infobox_station.py +++ b/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"],