Spaces:
Running
Running
Update app.py
Browse files
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"
|