0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-15 09:08:23 +02:00

Update synapse/app/_base.py

Co-Authored-By: richvdh <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Erik Johnston 2019-02-13 13:24:27 +00:00 committed by GitHub
parent 2d0e0a4044
commit 309f3bb322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ def listen_tcp(bind_addresses, port, factory, reactor=reactor, backlog=50):
Create a TCP socket for a port and several addresses
Returns:
list of twisted.internet.tcp.Port listening for TLS connections
list[twisted.internet.tcp.Port]: listening for TCP connections
"""
r = []
for address in bind_addresses: