lunarflu commited on
Commit ·
6b21d92
1
Parent(s): 510033a
Update falcon.py
Browse files
falcon.py
CHANGED
|
@@ -127,6 +127,7 @@ async def on_message_falcon(message):
|
|
| 127 |
#print(status)
|
| 128 |
else:
|
| 129 |
file_paths = job.outputs()
|
|
|
|
| 130 |
full_generation = file_paths[-1] # tmp12345678.json
|
| 131 |
with open(full_generation, 'r') as file:
|
| 132 |
data = json.load(file)
|
|
|
|
| 127 |
#print(status)
|
| 128 |
else:
|
| 129 |
file_paths = job.outputs()
|
| 130 |
+
print(file_paths)
|
| 131 |
full_generation = file_paths[-1] # tmp12345678.json
|
| 132 |
with open(full_generation, 'r') as file:
|
| 133 |
data = json.load(file)
|