diff --git a/README.md b/README.md index 9f4b012..486aaf2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Inspired by https://github.com/klinquist/bmPushNotification ## Requirements * Python 3 -* socketIO-client (install with _sudo pip3 install socketIO-client_) +* socketIO-client-nexux (install with _sudo pip3 install socketIO-client-nexus_) If you want to be notified via Telegram, the following libraries need to be installed: diff --git a/pyBMNotify.py b/pyBMNotify.py index 4a00b75..de19929 100644 --- a/pyBMNotify.py +++ b/pyBMNotify.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -from socketIO_client import SocketIO +from socketIO_client_nexus import SocketIO import json import datetime as dt import time