Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ timestamp_list = []
|
|
| 86 |
name_list = []
|
| 87 |
timestamp_gpu_data = []
|
| 88 |
for block in sample_data['chain']:
|
| 89 |
-
timestamp_list.append(
|
| 90 |
for t in block['transactions']:
|
| 91 |
if t['kind'] == "add":
|
| 92 |
if not t['id'] in name_list:
|
|
|
|
| 86 |
name_list = []
|
| 87 |
timestamp_gpu_data = []
|
| 88 |
for block in sample_data['chain']:
|
| 89 |
+
timestamp_list.append(block['timestamp'] )
|
| 90 |
for t in block['transactions']:
|
| 91 |
if t['kind'] == "add":
|
| 92 |
if not t['id'] in name_list:
|