Изменён парсинг конфига
Добавлена обратная связь
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user