Skip to content
Advertisement

GRequests monkey patch warning

I get the following warning each time , though the module works as expected :

JavaScript

I tried the workaround mentioned at this github issue but that doesn’t work.

How to get rid of this warning ?

Advertisement

Answer

For grequests you would need to add the following code before other modules try to import / load gevent and ssl:

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement