Use the right format for rows

This commit is contained in:
Brendan Abolivier 2019-10-31 14:46:16 +00:00
parent c9a1b80a74
commit a46574281d
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD

View File

@ -524,7 +524,7 @@ class EventsBackgroundUpdatesStore(BackgroundUpdateStore):
(last_event_id, batch_size) (last_event_id, batch_size)
) )
rows = txn.fetchall() rows = self.cursor_to_dict(txn)
if not rows: if not rows:
return True return True