mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-19 11:01:46 -05:00
remove errant yield
This commit is contained in:
parent
7e51342196
commit
521d369e7a
@ -525,7 +525,7 @@ def run(hs):
|
|||||||
clock.looping_call(
|
clock.looping_call(
|
||||||
hs.get_datastore().reap_monthly_active_users, 1000 * 60 * 60
|
hs.get_datastore().reap_monthly_active_users, 1000 * 60 * 60
|
||||||
)
|
)
|
||||||
yield hs.get_datastore().reap_monthly_active_users()
|
hs.get_datastore().reap_monthly_active_users()
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def generate_monthly_active_users():
|
def generate_monthly_active_users():
|
||||||
|
Loading…
Reference in New Issue
Block a user