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