Skip to content

Commit

Permalink
v1.12.6
Browse files Browse the repository at this point in the history
version 1.12.6
  • Loading branch information
thusser authored Mar 5, 2024
2 parents 4065181 + 3ebd1c3 commit 94ff744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyobs/comm/xmpp/xmppcomm.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ async def _got_online(self, msg: Any) -> None:

# if no interfaces are implemented (not even IModule), quit here
if len(interface_names) == 0:
module = jid[: jid.index["@"]]
module = jid[: jid.index("@")]
log.error(f"Module {module} does not seem to implement IModule, ignoring.")
return

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.12.5"
version = "1.12.6"
description = "robotic telescope software"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 94ff744

Please sign in to comment.