mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-09-05 18:16:11 +03:00
chore: generic fixes (#1187)
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ class _CfWorkerPool:
|
||||
|
||||
def available_domains(self, worker_domains: List[str]) -> List[str]:
|
||||
now = time.time()
|
||||
domains = list()
|
||||
domains = []
|
||||
for domain in worker_domains:
|
||||
if domain in domains:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user