mirror of
https://github.com/ankitects/anki.git
synced 2025-12-13 23:00:58 -05:00
default human_version to None
This commit is contained in:
parent
d200d33aa5
commit
8dd75edaa9
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class AddonMeta:
|
|||
min_point_version=json_meta.get("min_point_version", 0) or 0,
|
||||
max_point_version=json_meta.get("max_point_version", 0) or 0,
|
||||
branch_index=json_meta.get("branch_index", 0) or 0,
|
||||
human_version=json_meta.get("human_version", ""),
|
||||
human_version=json_meta.get("human_version"),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue