1
0
This commit is contained in:
Sander van Grieken
2023-12-05 11:08:20 +01:00
parent 134fd6c656
commit 15592d4987

View File

@@ -636,7 +636,7 @@ class Network(Logger, NetworkRetryManager[ServerAddr]):
self.logger.info(f'setting proxy {proxy}')
self.proxy = proxy
self.is_proxy_tor = False
self.is_proxy_tor = None
def tor_probe_task(p):
assert p is not None