Skip to content

Commit

Permalink
Fix getrepos (#59)
Browse files Browse the repository at this point in the history
* use postgres instead of csv

* del redundant argument

---------

Co-authored-by: YustinaKvr <[email protected]>
  • Loading branch information
YustinaKvr and ptichoid committed Apr 1, 2024
1 parent cd1def9 commit fefc6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitea_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def main(org, gh_org, rtctable, opentable, string, token):

create_prs_table(conn_csv, cur_csv, opentable)

repos = get_repos(org, conn_csv, cur_csv, gitea_token)
repos = get_repos(org, cur_csv, gitea_token)
logging.info("Gathering parent PRs...")
for repo in repos:
get_parent_pr(org, repo)
Expand Down

0 comments on commit fefc6f9

Please sign in to comment.