Skip to content

Commit

Permalink
default publisher set to openZIM
Browse files Browse the repository at this point in the history
  • Loading branch information
AKACHI-4 committed Feb 29, 2024
1 parent ac264ed commit 755db1a
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 755db1a

Please sign in to comment.