Skip to content

Commit

Permalink
adds msg field to WikidataResult
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Mar 6, 2024
1 parent f91c3c5 commit 28daaa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ez_wikidata/__init__.py
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.1.4"
1 change: 1 addition & 0 deletions ez_wikidata/wikidata.py
Expand Up @@ -42,6 +42,7 @@ class WikidataResult:
"""
item:ItemEntity
errors:Dict[str,Exception]
msg:Optional[str]=None
debug:Optional[bool]=False

@property
Expand Down

0 comments on commit 28daaa0

Please sign in to comment.