1
0

Whoops, took out a line there...

Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
This commit is contained in:
Olivier Wilkinson (reivilibre)
2019-08-30 15:19:50 +01:00
parent b379a11dc2
commit 4ecc62b0b6
+1
View File
@@ -399,6 +399,7 @@ class StatsStore(StateDeltasStore):
SELECT COUNT(*) FROM room_stats_current
WHERE completed_delta_stream_id IS NULL
"""
txn.execute(sql)
progress["remaining"] = txn.fetchone()[0]
return rooms_to_work_on