diff --git a/nightskycam/location_info/runner.py b/nightskycam/location_info/runner.py index ee37d54..e7d3ec3 100644 --- a/nightskycam/location_info/runner.py +++ b/nightskycam/location_info/runner.py @@ -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: diff --git a/pyproject.toml b/pyproject.toml index b77f509..bcc3700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nightskycam" -version = "0.1.4" +version = "0.1.5" description = "taking pictures at night" authors = ["Vincent Berenz "] packages = [{ include = "nightskycam" }]