mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Pop bind_address
This commit is contained in:
parent
edd6cdfc9a
commit
b1dfd20292
@ -43,7 +43,7 @@ class ServerConfig(Config):
|
||||
self.listeners = config.get("listeners", [])
|
||||
|
||||
for listener in self.listeners:
|
||||
bind_address = listener.get("bind_address", None)
|
||||
bind_address = listener.pop("bind_address", None)
|
||||
bind_addresses = listener.setdefault("bind_addresses", [])
|
||||
|
||||
if bind_address:
|
||||
|
Loading…
Reference in New Issue
Block a user