mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 02:44:53 -04:00
Flake8
This commit is contained in:
parent
e82247f990
commit
16b652f0a3
2 changed files with 3 additions and 1 deletions
|
@ -135,7 +135,8 @@ def _load_appservice(hostname, as_info, config_filename):
|
|||
|
||||
if as_info["url"] == "":
|
||||
logger.info(
|
||||
"(%s) Explicitly empty 'url' provided. This application service will not receive events or queries.",
|
||||
"(%s) Explicitly empty 'url' provided. This application service " +
|
||||
"will not receive events or queries.",
|
||||
config_filename,
|
||||
)
|
||||
return ApplicationService(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue