Ben Kurtovic před 12 roky
rodič
revize
b6ddc84561
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      earwigbot/commands/dictionary.py

+ 1
- 1
earwigbot/commands/dictionary.py Zobrazit soubor

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


Načítá se…
Zrušit
Uložit