diff --git a/main.py b/main.py index 468f8c0..3b2d819 100644 --- a/main.py +++ b/main.py @@ -13,7 +13,7 @@ def func_calls(): 'http': 'http://test:pass@localhost:8080', 'https': 'http://test:pass@localhost:8090', } - url = 'http://example.com' # Replace with a valid URL + url = 'https://example.com' # Replace with a valid URL req = requests.Request('GET', url) prep = req.prepare() session.rebuild_proxies(prep, proxies)