Spaces:
Runtime error
Runtime error
Fix key
Browse files- background_task.py +1 -1
background_task.py
CHANGED
|
@@ -53,7 +53,7 @@ class Matchmaking:
|
|
| 53 |
"model1": [],
|
| 54 |
"model2": [],
|
| 55 |
"result": [],
|
| 56 |
-
"
|
| 57 |
"env": []
|
| 58 |
}
|
| 59 |
|
|
|
|
| 53 |
"model1": [],
|
| 54 |
"model2": [],
|
| 55 |
"result": [],
|
| 56 |
+
"timestamp": [],
|
| 57 |
"env": []
|
| 58 |
}
|
| 59 |
|