remove invalid proxy

This commit is contained in:
2024-04-20 12:15:04 +02:00
parent e5e9a8d09e
commit 55bc7845fc
2 changed files with 3 additions and 5 deletions
@@ -102,6 +102,7 @@ class AppointmentRequestSender(threading.Thread):
_proxy_to_use = {}
_proxy_to_use["http"] = _chosen_proxy["http"].format(_port)
_proxy_to_use["https"] = _chosen_proxy["https"].format(_port)
print(_proxy_to_use)
if "glrd" in _received_object:
_received_dict = json.loads(_received_object)
js_data = JsDataPojo(glrd=_received_dict['glrd'], glvd=_received_dict['glvd'], hc=_received_dict['hc'],