Преглед на файлове

Make less broken.

tags/v0.1^2
Ben Kurtovic преди 12 години
родител
ревизия
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)


Зареждане…
Отказ
Запис