Skip to content

Commit

Permalink
Merge pull request #32 from AKACHI-4/main
Browse files Browse the repository at this point in the history
Default publisher set to `openZIM`
  • Loading branch information
benoit74 authored Feb 29, 2024
2 parents ac264ed + 755db1a commit a122107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/src/fcc2zim/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main():
default="freeCodeCamp",
)
parser.add_argument(
"--publisher", type=str, help="Publisher of the zim file", default="OpenZIM"
"--publisher", type=str, help="Publisher of the zim file", default="openZIM"
)
parser.add_argument(
"--force",
Expand Down

0 comments on commit a122107

Please sign in to comment.