This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Namespaces.
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
3614fb5f13
commit
1744950483
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bot/tasks/afc_statistics.py
+ 1
- 0
bot/tasks/afc_statistics.py
View File
@@ -429,6 +429,7 @@ class Task(BaseTask):
namespace, base = title.decode("utf8").split(":", 1)
except ValueError:
base = title.decode("utf8")
ns = wiki.NS_MAIN
else:
try:
ns = self.site.namespace_name_to_id(namespace)
Write
Preview
Loading…
Cancel
Save