Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxyScraper.py:231: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() <---- FIX #42

Open
independence106 opened this issue Sep 19, 2024 · 1 comment

Comments

@independence106
Copy link

Running on windows

@independence106 independence106 changed the title proxyScraper.py:231: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() proxyScraper.py:231: DeprecationWarning: There is no current event loop loop = asyncio.get_event_loop() <---- FIX Sep 19, 2024
@independence106
Copy link
Author

asyncio.run(scrape(args.proxy, args.output, args.verbose))

put this inside of " if sys.version_info >= (3, 7) and platform.system() == 'Windows':" and remove everyting else

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant