Merge pull request #47 from 9P9/46-stuck-on-generating-qr-code

updating parser
This commit is contained in:
mouadessalim 2022-11-02 19:09:00 +01:00 committed by GitHub
commit e517794aec
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')