浏览代码

rawr

tags/v0.1^2
Ben Kurtovic 12 年前
父节点
当前提交
b6ddc84561
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py 查看文件

@@ -144,7 +144,7 @@ class Dictionary(Command):
line = self.strip_templates(line)
line = line[1:].replace("'''", "").replace("''", "")
line = line.replace("[[", "").replace("]]", "")
if line:
if line.strip():
senses.append(line.strip()[0].upper() + line.strip()[1:])

if not senses:


正在加载...
取消
保存