This commit is contained in:
Erik Johnston 2019-02-12 12:40:42 +00:00
parent b2327eb9cb
commit 495ea92350

View File

@ -124,7 +124,7 @@ class ClientIpStore(background_updates.BackgroundUpdateStore):
def user_ips_analyze(txn):
txn.execute("ANALYZE user_ips")
end_last_seen = yield self.runInteraction(
yield self.runInteraction(
"user_ips_analyze", user_ips_analyze
)