Update process_data.py
Browse files- process_data.py +1 -1
process_data.py
CHANGED
|
@@ -394,7 +394,7 @@ def generate_json_pieces(processed_data):
|
|
| 394 |
|
| 395 |
interactions = {
|
| 396 |
**interaction_pretty_json,
|
| 397 |
-
"people":
|
| 398 |
}
|
| 399 |
|
| 400 |
print("ADDED DICTS 2")
|
|
|
|
| 394 |
|
| 395 |
interactions = {
|
| 396 |
**interaction_pretty_json,
|
| 397 |
+
"people": person_pretty_json
|
| 398 |
}
|
| 399 |
|
| 400 |
print("ADDED DICTS 2")
|