Skip to content

Commit

Permalink
version 0.1.5: fixed bug in location runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Berenz committed Oct 26, 2024
1 parent ab4b5fc commit 146da47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nightskycam/location_info/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def iterate(self) -> None:
)

# latitude, longitude, country, timezone
info: Optional[LocationInfo]
info: Optional[LocationInfo] = None
try:
info = get_location_info(place_id, api_key)
if info:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nightskycam"
version = "0.1.4"
version = "0.1.5"
description = "taking pictures at night"
authors = ["Vincent Berenz <vberenz@tuebingen.mpg.de>"]
packages = [{ include = "nightskycam" }]
Expand Down

0 comments on commit 146da47

Please sign in to comment.