Arama sonuçları: *

  1. S

    Bilgisayarımda pythonla yazılmış proxy çalışmıyor

    import requests proxy = '144.217.101.245:3129' try: r = requests.get('https://httpbin.org/ip', proxies={'http': proxy, 'https': proxy}, timeout=3) except: print("hata") pass Hep hata yazıyor Yardım edebilecek var mı ?
Top Bottom