Aiswarya Sankar commited on
Commit
c65241e
·
1 Parent(s): 0a8f511

Refactor stuff

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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",