mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-27 02:09:25 -05:00
pep8
This commit is contained in:
parent
f1acb9fd40
commit
03c4f0ed67
@ -143,7 +143,8 @@ class ThreepidRestServlet(RestServlet):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if 'bind' in body and body['bind']:
|
if 'bind' in body and body['bind']:
|
||||||
logger.debug("Binding emails %s to %s",
|
logger.debug(
|
||||||
|
"Binding emails %s to %s",
|
||||||
threepid, auth_user.to_string()
|
threepid, auth_user.to_string()
|
||||||
)
|
)
|
||||||
yield self.identity_handler.bind_threepid(
|
yield self.identity_handler.bind_threepid(
|
||||||
|
Loading…
Reference in New Issue
Block a user