Skip to content

Commit

Permalink
testing: final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
SD-13 committed Dec 4, 2024
1 parent b02cd03 commit 859f511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ def main(args: Optional[List[str]]=None) -> None:
"""
parsed_args = PARSER.parse_args(args=args)

org_name, repo_name = parsed_args.repo.split('/')
# org_name, repo_name = parsed_args.repo.split('/')
org_name = "oppia"
repo_name = "oppia"
discussion_category = parsed_args.category
max_wait_hours = parsed_args.max_wait_hours

Expand Down

0 comments on commit 859f511

Please sign in to comment.