Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
4db3891
1
Parent(s):
41d4614
update file
Browse files
app.py
CHANGED
@@ -266,7 +266,7 @@ def fetchGithubIssues(**kwargs) -> Response:
|
|
266 |
"""
|
267 |
This endpoint should get a list of all the github issues that are open for this repository
|
268 |
"""
|
269 |
-
repo = "/".join(repo_name[:-4].split("/")[-2:])
|
270 |
print("REPO NAME IN FETCH GITHUB ISSUES: " + str(repo))
|
271 |
|
272 |
batch = []
|
|
|
266 |
"""
|
267 |
This endpoint should get a list of all the github issues that are open for this repository
|
268 |
"""
|
269 |
+
repo = "/".join(repo_name.value[:-4].split("/")[-2:])
|
270 |
print("REPO NAME IN FETCH GITHUB ISSUES: " + str(repo))
|
271 |
|
272 |
batch = []
|