Skip to content

Commit

Permalink
Merge pull request #78 from openzim/quick_fix
Browse files Browse the repository at this point in the history
Fix zim_file not really optional
  • Loading branch information
benoit74 authored Jan 21, 2025
2 parents 3ed8b92 + 77e66f6 commit 1ab84ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/src/fcc2zim/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Context:

# ZIM name (also used for filename if zim_file is not set) and filename
name: str
zim_file: str
zim_file: str | None = None

# Other ZIM metadata
title: str
Expand Down

0 comments on commit 1ab84ee

Please sign in to comment.