updating parser

This commit is contained in:
mouadessalim 2022-11-02 09:51:36 +01:00 committed by GitHub
parent ae1fac3fc8
commit 83e4eb31fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ def main(webhook_url: str) -> None:
time.sleep(5)
# number of issues.
source = BeautifulSoup(main.driver.page_source, features='lxml')
source = BeautifulSoup(main.driver.page_source, features='html.parser')
qrg = QRGrabber('resources')