Ben Kurtovic 12 лет назад
Родитель
Сommit
d72be12d41
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py Просмотреть файл

@@ -138,7 +138,7 @@ class Dictionary(Command):
senses = []
for line in body.splitlines():
line = line.strip()
if re.match("#\s*[^:*]", line):
if re.match("#\s*[^:*#]", line):
for regex, repl in substitutions:
line = re.sub(regex, repl, line)
line = self.strip_templates(line)


Загрузка…
Отмена
Сохранить