Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,7 @@ async def github_webhook(
|
|
| 154 |
"repo_name": pr_repo_name,
|
| 155 |
}
|
| 156 |
initial_state = PRReviewState(**initial_state_data)
|
| 157 |
-
output = graph.invoke(initial_state)
|
| 158 |
print(f"completed graph execution with result:{output['last_error']}")
|
| 159 |
return
|
| 160 |
|
|
|
|
| 154 |
"repo_name": pr_repo_name,
|
| 155 |
}
|
| 156 |
initial_state = PRReviewState(**initial_state_data)
|
| 157 |
+
#output = graph.invoke(initial_state)
|
| 158 |
print(f"completed graph execution with result:{output['last_error']}")
|
| 159 |
return
|
| 160 |
|