diff --git a/pyobs/robotic/lco/taskarchive.py b/pyobs/robotic/lco/taskarchive.py index e07362a5..632ff2b6 100644 --- a/pyobs/robotic/lco/taskarchive.py +++ b/pyobs/robotic/lco/taskarchive.py @@ -52,7 +52,7 @@ async def last_changed(self) -> Optional[Time]: try: self._last_changed = await self._portal.last_changed() except: - log.error("Could not get last changed time") + log.debug("Could not get last changed time") # even in case of errors, return last time return self._last_changed diff --git a/pyproject.toml b/pyproject.toml index 99464cd0..908680c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyobs-core" -version = "1.39.7" +version = "1.39.8" description = "robotic telescope software" authors = [{ name = "Tim-Oliver Husser", email = "thusser@uni-goettingen.de" }] requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 98e827fa..59a5b9b9 100644 --- a/uv.lock +++ b/uv.lock @@ -2254,7 +2254,7 @@ wheels = [ [[package]] name = "pyobs-core" -version = "1.39.7" +version = "1.39.8" source = { editable = "." } dependencies = [ { name = "aiohttp" },