commit 4e643b799f0187263837328e09af374a8b7d0df7
parent e505b268b4194efd2f80de143dc0d670c2c2efa6
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 15 Nov 2016 11:44:59 +0100
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wikifirc b/wikifirc
@@ -151,7 +151,7 @@ if __name__ == "__main__":
# do not follow special pages
special = False
for special_namespace in special_namespaces:
- if line.page.startswidth(special):
+ if line.page.startswith(special):
special = True
if not special:
print("== I started to follow page %s" % line.page)