Skip to content

Commit

Permalink
chore: Update to latest WBI
Browse files Browse the repository at this point in the history
  • Loading branch information
dpriskorn committed Aug 7, 2024
1 parent 1c8634e commit 42ccc0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pydantic = "^1.10.4"
rich = "^13.3.1"
questionary = "^1.10.0"
python-dateutil = "^2.8.2"
wikibaseintegrator = "^0.12.3"
wikibaseintegrator = "^0.12.7"
pydash = "^7.0.4"
osmpythontools = "^0.3.5"

Expand Down
1 change: 1 addition & 0 deletions src/models/enrich_hiking_trails.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def __login_to_wikidata__(self):
self.wbi = WikibaseIntegrator(
login=Login(user=config.user_name, password=config.bot_password),
)
print(f"Successfully logged in to Wikidata as {config.user_name}")

@property
def number_of_items(self) -> int:
Expand Down

0 comments on commit 42ccc0d

Please sign in to comment.