pull/7193/head
Richard van der Hoff 2020-04-07 15:18:16 +01:00
parent 92269e4daa
commit 00955dcdab
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ class DeviceBackgroundUpdateStore(SQLBaseStore):
KEY_COLS = ["stream_id", "destination", "user_id", "device_id"] KEY_COLS = ["stream_id", "destination", "user_id", "device_id"]
last_row = progress.get( last_row = progress.get(
"last_row", "last_row",
{"stream_id": 0, "destination": "", "user_id": "", "device_id": "",}, {"stream_id": 0, "destination": "", "user_id": "", "device_id": ""},
) )
def _txn(txn): def _txn(txn):