Spaces:
Configuration error
Configuration error
Cleaned up
Browse files- functions/github.py +1 -1
functions/github.py
CHANGED
|
@@ -189,7 +189,7 @@ def _process_repository_data(repos: List[Dict]) -> List[Dict]:
|
|
| 189 |
|
| 190 |
# Get README content for the repository
|
| 191 |
repo_url = repo.get("html_url", "")
|
| 192 |
-
|
| 193 |
if repo_url:
|
| 194 |
readme_content = get_repository_readme(repo_url)
|
| 195 |
processed_repo["readme"] = readme_content
|
|
|
|
| 189 |
|
| 190 |
# Get README content for the repository
|
| 191 |
repo_url = repo.get("html_url", "")
|
| 192 |
+
|
| 193 |
if repo_url:
|
| 194 |
readme_content = get_repository_readme(repo_url)
|
| 195 |
processed_repo["readme"] = readme_content
|