forked from MirrorHub/synapse
Lint
This commit is contained in:
parent
1a807dfe68
commit
f05c7d62bc
1 changed files with 2 additions and 1 deletions
|
@ -914,7 +914,8 @@ class RoomMemberHandler(object):
|
|||
# https://github.com/matrix-org/sydent/pull/170
|
||||
logger.info(
|
||||
"Failed to POST %s with JSON, falling back to urlencoded form: %s",
|
||||
is_url, e,
|
||||
is_url,
|
||||
e,
|
||||
)
|
||||
data = yield self.simple_http_client.post_urlencoded_get_json(
|
||||
is_url, invite_config
|
||||
|
|
Loading…
Reference in a new issue