codelion commited on
Commit
9479251
β€’
1 Parent(s): 04a617c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def analyze_github_repo(repo_input, github_token=None):
52
  max_prs = 4
53
 
54
  with tempfile.TemporaryDirectory() as temp_dir:
55
- repo_info = clone_repo(owner, repo_name, temp_dir)
56
  repo_path = repo_info["local_path"]
57
 
58
  progress_md += "πŸ”¬ Analyzing code structure... \n"
 
52
  max_prs = 4
53
 
54
  with tempfile.TemporaryDirectory() as temp_dir:
55
+ repo_info = clone_repo(owner, repo_name, temp_dir, repo_url)
56
  repo_path = repo_info["local_path"]
57
 
58
  progress_md += "πŸ”¬ Analyzing code structure... \n"