0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00
synapse/synapse/app
Johannes Löthberg 702c020e58 Fix check for bind_address
The empty string is a valid setting for the bind_address option, so
explicitly check for None here instead.

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-12-20 01:37:50 +01:00
..
__init__.py Fix flake8 violation 2016-07-26 11:59:08 +01:00
appservice.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
client_reader.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
federation_reader.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
federation_sender.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
homeserver.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
media_repository.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
pusher.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
synchrotron.py Fix check for bind_address 2016-12-20 01:37:50 +01:00
synctl.py Use sys.executable instead of hardcoded python. fixes #1161 2016-10-08 23:55:20 +02:00