Spaces:
Runtime error
Runtime error
dev(hus): add test data
Browse files
app.py
CHANGED
|
@@ -146,7 +146,7 @@ if __name__ == '__main__':
|
|
| 146 |
)
|
| 147 |
with scheduler.lock:
|
| 148 |
with JSON_DATASET_PATH.open("a") as f:
|
| 149 |
-
json.dump(
|
| 150 |
f.write("\n")
|
| 151 |
###########################
|
| 152 |
|
|
|
|
| 146 |
)
|
| 147 |
with scheduler.lock:
|
| 148 |
with JSON_DATASET_PATH.open("a") as f:
|
| 149 |
+
json.dump('test data', f)
|
| 150 |
f.write("\n")
|
| 151 |
###########################
|
| 152 |
|