Spaces:
Sleeping
Sleeping
Aiswarya Sankar
commited on
Commit
·
42edd05
1
Parent(s):
a62d564
Update repoName as state
Browse files
app.py
CHANGED
@@ -192,6 +192,8 @@ def index_repo(textbox: str, dropdown: str) -> Response:
|
|
192 |
global ticket_choices, ticket_titles, tickets
|
193 |
repo = "/".join(repo[:-4].split("/")[-2:])
|
194 |
tickets = fetchGithubIssues(repo, 10)
|
|
|
|
|
195 |
|
196 |
return {
|
197 |
success_response: "SUCCESS",
|
|
|
192 |
global ticket_choices, ticket_titles, tickets
|
193 |
repo = "/".join(repo[:-4].split("/")[-2:])
|
194 |
tickets = fetchGithubIssues(repo, 10)
|
195 |
+
print("TICKET CREATION: " + str(repo))
|
196 |
+
print(tickets)
|
197 |
|
198 |
return {
|
199 |
success_response: "SUCCESS",
|