mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-24 01:51:08 -04:00
Bugfix cache layer
This commit is contained in:
parent
c4e3029d55
commit
b4886264a3
2 changed files with 22 additions and 11 deletions
|
@ -40,7 +40,7 @@ class Clock(object):
|
|||
l.start(msec/1000.0, now=False)
|
||||
return l
|
||||
|
||||
def looping_call(self, loop):
|
||||
def stop_looping_call(self, loop):
|
||||
loop.stop()
|
||||
|
||||
def call_later(self, delay, callback):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue