Skip to content

Commit 45337f0

Browse files
committed
unit test for token usage
1 parent 7ced6ce commit 45337f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def run(args, binded_repos, repos_for_wiki=None):
146146
if args.contributors:
147147
contributors_parser.log_contributors(binded_repos, args.out, args.forks_include)
148148
if args.wikis:
149-
wikipars.wiki_parser(repos_for_wiki, args.download_repos, args.out)
149+
wikipars.wikiparser(repos_for_wiki, args.download_repos, args.out)
150150
if args.export_google_sheets:
151151
export_sheets.write_data_to_table(
152152
args.out, args.google_token, args.table_id, args.sheet_id

0 commit comments

Comments
 (0)