chore: generic fixes (#1187)

This commit is contained in:
delewer
2026-08-13 14:44:09 +03:00
committed by GitHub
parent b8a5634008
commit 0d459995f3
15 changed files with 608 additions and 18 deletions
+1 -1
View File
@@ -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