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

Refactor stuff

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def index_repo(textbox: str, dropdown: str) -> Response:
197
  )
198
 
199
  repo = "/".join(repo[:-4].split("/")[-2:])
200
- tickets = fetchGithubIssues(repo, 10)
201
  git_tickets.value = tickets
202
 
203
  print("TICKET CREATION: " + str(repo))
 
197
  )
198
 
199
  repo = "/".join(repo[:-4].split("/")[-2:])
200
+ tickets = fetchGithubIssues()
201
  git_tickets.value = tickets
202
 
203
  print("TICKET CREATION: " + str(repo))