mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Remove spurious self
This commit is contained in:
parent
58554fa658
commit
f91263b1e0
@ -81,7 +81,7 @@ class RetryDestinationLimiter(object):
|
||||
pass
|
||||
|
||||
def __exit__(self, exc_type, exc_val, exc_tb):
|
||||
def err(self, failure):
|
||||
def err(failure):
|
||||
logger.exception(
|
||||
"Failed to store set_destination_retry_timings",
|
||||
failure.value
|
||||
|
Loading…
Reference in New Issue
Block a user