We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8937be8 commit 9256077Copy full SHA for 9256077
1 file changed
wikimon/parsers.py
@@ -114,10 +114,10 @@ def parse_irc_message(message, ns_map=DEFAULT_NS_MAP):
114
ns, _, title_rem = top_level_title.partition(':')
115
try:
116
msg_dict['ns'] = ns_map[ns]
117
- msg_dict['local_ns'] = ns
+ #msg_dict['local_ns'] = ns
118
except KeyError:
119
msg_dict['ns'] = 'Main'
120
- msg_dict['local_ns'] = 'Main'
+ #msg_dict['local_ns'] = 'Main'
121
122
123
msg_dict['change_size'] = int(msg_dict['change_size'])
0 commit comments