Pārlūkot izejas kodu

rawr

tags/v0.1^2
Ben Kurtovic pirms 12 gadiem
vecāks
revīzija
b6ddc84561
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py Parādīt failu

@@ -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:


Notiek ielāde…
Atcelt
Saglabāt