nikhmr1235 commited on
Commit
81a14c5
·
verified ·
1 Parent(s): baeeb57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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