We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a844a88 commit 5d08e16Copy full SHA for 5d08e16
1 file changed
proxy/balancer.py
@@ -15,7 +15,7 @@ def update_domains_list(self, domains_list: List[str]) -> None:
15
16
self.domains = domains_list[:]
17
18
- self._dc_to_domain: Dict[int, str] = {
+ self._dc_to_domain = {
19
dc_id: random.choice(self.domains)
20
for dc_id in (1, 2, 3, 4, 5, 203)
21
}
0 commit comments