Изменён парсинг конфига

Добавлена обратная связь
This commit is contained in:
2023-03-28 09:49:46 +03:00
parent 2faebd6e93
commit 42a0579f2e
12 changed files with 76 additions and 92 deletions

View File

@@ -39,7 +39,7 @@ def docs_parse():
"another_teacher":None
}
page = requests.get(config.bot("link"), headers=headers)
page = requests.get(config.link, headers=headers)
page.encoding = 'utf-8'
soup = BeautifulSoup(page.text, "lxml")