浏览代码

Style. Beautify code

Sergienko Anton 7 年之前
父节点
当前提交
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: