author | Edouard Tisserant <edouard.tisserant@gmail.com> |
Sat, 01 Mar 2025 12:30:04 +0100 (13 days ago) | |
changeset 4128 | 15770ee8c716 |
parent 4127 | 7da45bd15fc8 |
--- a/connectors/WAMP/__init__.py Fri Feb 28 22:58:27 2025 +0100 +++ b/connectors/WAMP/__init__.py Sat Mar 01 12:30:04 2025 +0100 @@ -48,7 +48,6 @@ class WampSession(wamp.ApplicationSession): def onConnect(self): user = self.config.extra["ID"] - self.config.realm, user)) self.join(self.config.realm, ["wampcra"], user) def onChallenge(self, challenge):