mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:56:02 -04:00
Lint
This commit is contained in:
parent
0804a27c8c
commit
873fe7883c
2 changed files with 2 additions and 10 deletions
|
@ -156,9 +156,7 @@ class DeactivateAccountHandler(BaseHandler):
|
|||
require_consent=False,
|
||||
)
|
||||
logger.info(
|
||||
"Rejected invite for user %r in room %r",
|
||||
user_id,
|
||||
room.room_id,
|
||||
"Rejected invite for user %r in room %r", user_id, room.room_id
|
||||
)
|
||||
except Exception:
|
||||
logger.exception(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue