From b821efb785ac883c88f480287951d46bc6706a4a Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Mon, 7 Dec 2020 19:08:34 +0100 Subject: [PATCH] bug fix --- pyBMNotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyBMNotify.py b/pyBMNotify.py index 6cad406..3451893 100644 --- a/pyBMNotify.py +++ b/pyBMNotify.py @@ -2,7 +2,7 @@ from socketIO_client import SocketIO import json import datetime as dt -tg = [31650, 98002] +tg = [91, 98002] id = "" def on_connect():