Skip to content

Commit

Permalink
v1.5.6
Browse files Browse the repository at this point in the history
version 1.5.6
  • Loading branch information
thusser authored Sep 21, 2023
2 parents 6e79c62 + 8589311 commit a4c2501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions pyobs/modules/utils/telegram.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,9 +538,7 @@ async def _log_sender_thread(self) -> None:
try:
if self._application is None:
raise ValueError("No update initialised.")
await loop.run_in_executor(
None, partial(self._application.bot.send_message, chat_id=user_id, text=message)
)
await self._application.bot.send_message(chat_id=user_id, text=message)

except Exception:
# something went wrong, sleep a little and queue message again
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyobs-core"
packages = [{ include = "pyobs" }]
version = "1.5.5"
version = "1.5.6"
description = "robotic telescope software"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit a4c2501

Please sign in to comment.