Spaces:
Sleeping
Sleeping
Commit
·
3fa8ea4
1
Parent(s):
d99e6bd
Add system
Browse files
system/pledge_tracking.py
CHANGED
@@ -27,6 +27,7 @@ def count_total_events(output_path):
|
|
27 |
with open(output_path, "r", encoding="utf-8") as f:
|
28 |
results = json.load(f)
|
29 |
|
|
|
30 |
total_events = 0
|
31 |
for item in results:
|
32 |
try:
|
|
|
27 |
with open(output_path, "r", encoding="utf-8") as f:
|
28 |
results = json.load(f)
|
29 |
|
30 |
+
print(results)
|
31 |
total_events = 0
|
32 |
for item in results:
|
33 |
try:
|