Tests and CI #16

Merged
bmartin5692 merged 9 commits from dev into master 2019-03-19 04:39:04 +01:00
Showing only changes of commit a1ff95cc23 - Show all commits

View file

@ -339,6 +339,7 @@ class BumperMQTTServer_Plugin:
tmpbotdetail[1],
"eco-ng",
)
mqttserverlog.debug(
"new bot authenticated SN: {} DID: {}".format(
username, didsplit[0]
@ -372,7 +373,7 @@ class BumperMQTTServer_Plugin:
authenticated = False
except Exception as e:
mqttserverlog.exception("{}".format(e))
mqttserverlog.exception("Session: {} - {}".format((kwargs.get("session", None)),e))
authenticated = False
return authenticated