diff --git a/poetry.lock b/poetry.lock index 74aab5a..ed1732b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2317,4 +2317,4 @@ viz = ["matplotlib", "nc-time-axis", "seaborn"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "bdef1cd1b13591e0e3adad8c1f9dd9a844f8d92848d949061d32e5b486dd435b" +content-hash = "83dee840cc0c15b4db3609d9e947d3dd4b6f8b49c327897025fb5d4757253c40" diff --git a/pyproject.toml b/pyproject.toml index beee600..217ff9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/models/enrich_hiking_trails.py b/src/models/enrich_hiking_trails.py index cb76d3f..b7f3a25 100644 --- a/src/models/enrich_hiking_trails.py +++ b/src/models/enrich_hiking_trails.py @@ -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: