Skip to content

Commit

Permalink
Finally working reliably 🔥
Browse files Browse the repository at this point in the history
- Applied path from miyakogi/pyppeteer#160 in
order to fix miyakogi/pyppeteer#62 which made
the websocket connection to Chromium close after ~20s

- Reworked logic to use a producer/consumer pattern
  • Loading branch information
byt3bl33d3r committed Nov 3, 2019
1 parent f468807 commit f247a64
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 139 deletions.
5 changes: 1 addition & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
ipython = "*"
pylint = "*"
ipython = "*"

[packages]
pyppeteer = "*"
aiosqlite = "*"

[requires]
python_version = "3.7"
140 changes: 73 additions & 67 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f247a64

Please sign in to comment.