Skip to content

Commit

Permalink
Error
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiJay-WMDE committed Nov 22, 2024
1 parent 6cb8389 commit 6a00015
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async def compile_property_popularity_observation(
observation = WikibasePropertyPopularityObservationModel()

try:
logger.info("Fetching Property Data", extra={"wikibase", wikibase.id})
logger.info("Fetching Property Data", extra={"wikibase": wikibase.id})
property_count_results = await get_sparql_results(
wikibase.sparql_endpoint_url.url,
PROPERTY_POPULARITY_QUERY,
Expand Down

0 comments on commit 6a00015

Please sign in to comment.