Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
c65241e
1
Parent(s):
0a8f511
Refactor stuff
Browse files
app.py
CHANGED
@@ -196,12 +196,12 @@ def index_repo(textbox: str, dropdown: str) -> Response:
|
|
196 |
stdout="",
|
197 |
)
|
198 |
|
199 |
-
repo = "/".join(repo[:-4].split("/")[-2:])
|
200 |
-
tickets = fetchGithubIssues()
|
201 |
-
git_tickets.value = tickets
|
202 |
|
203 |
-
print("TICKET CREATION: " + str(repo))
|
204 |
-
print(git_tickets.value)
|
205 |
|
206 |
return {
|
207 |
success_response: "SUCCESS",
|
|
|
196 |
stdout="",
|
197 |
)
|
198 |
|
199 |
+
# repo = "/".join(repo[:-4].split("/")[-2:])
|
200 |
+
# tickets = fetchGithubIssues()
|
201 |
+
# git_tickets.value = tickets
|
202 |
|
203 |
+
# print("TICKET CREATION: " + str(repo))
|
204 |
+
# print(git_tickets.value)
|
205 |
|
206 |
return {
|
207 |
success_response: "SUCCESS",
|