Sergienko Anton 7 лет назад
Родитель
Сommit
91a025bef6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/program_efremova.py

+ 1 - 0
src/program_efremova.py

@@ -160,6 +160,7 @@ def check_word_in_wiktionary(word):
         response = requests.get('https://ru.wiktionary.org/wiki/' + word)
         if response.status_code == 200:
             html = response.text
+
             if 'title="существительное">Существительное</a>' in html:
                 answer = 'noun'
             if 'Существительное.' in html: