mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 17:03:50 +01:00
Remove spurious for..else..
This commit is contained in:
parent
d524bc9110
commit
8a0fddfd73
1 changed files with 0 additions and 11 deletions
|
@ -146,17 +146,6 @@ class PusherServer(HomeServer):
|
|||
),
|
||||
interface=address
|
||||
)
|
||||
else:
|
||||
reactor.listenTCP(
|
||||
port,
|
||||
SynapseSite(
|
||||
"synapse.access.http.%s" % (site_tag,),
|
||||
site_tag,
|
||||
listener_config,
|
||||
root_resource,
|
||||
),
|
||||
interface=bind_address
|
||||
)
|
||||
|
||||
logger.info("Synapse pusher now listening on port %d", port)
|
||||
|
||||
|
|
Loading…
Reference in a new issue