mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-22 10:00:03 +01:00
Consume errors in time_bound_deferred
This commit is contained in:
parent
4de93001bf
commit
472734a8cc
1 changed files with 0 additions and 2 deletions
|
@ -99,8 +99,6 @@ class Clock(object):
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return res
|
|
||||||
|
|
||||||
given_deferred.addCallbacks(callback=sucess, errback=err)
|
given_deferred.addCallbacks(callback=sucess, errback=err)
|
||||||
|
|
||||||
timer = self.call_later(time_out, timed_out_fn)
|
timer = self.call_later(time_out, timed_out_fn)
|
||||||
|
|
Loading…
Add table
Reference in a new issue