Closed HELLRAiSER555 closed 2 months ago
https://pypi.org/project/requests/
Sep 11, 2024 10:12:56 HELLRAiSER555 @.***>:
import requests with requests.get(url, timeout=int(self.timeout), proxies=self.proxy) as r: Where module requests?
— Reply to this email directly, view it on GitHub[https://github.com/ValdikSS/tor-relay-scanner/issues/19], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AAXJZCN7HFJ7CGXZEF7ODZLZV7UPLAVCNFSM6AAAAABOAJDSDCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYTQNZWGQ3DSMA]. You are receiving this because you are subscribed to this thread. [Tracking image][https://github.com/notifications/beacon/AAXJZCL75WGUP7Y4S2M5RYTZV7UPLA5CNFSM6AAAAABOAJDSDCWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHJMIKMSI.gif]
I understand. Thank you. I remade it on vb.net for myself. I tried to figure it out.
import requests
with requests.get(url, timeout=int(self.timeout), proxies=self.proxy) as r:
Where module requests?