mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-05-17 00:25:51 +03:00
removed repeated annotation
This commit is contained in:
@@ -15,7 +15,7 @@ class _Balancer:
|
||||
|
||||
self.domains = domains_list[:]
|
||||
|
||||
self._dc_to_domain: Dict[int, str] = {
|
||||
self._dc_to_domain = {
|
||||
dc_id: random.choice(self.domains)
|
||||
for dc_id in (1, 2, 3, 4, 5, 203)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user