switched SocketIO lib to nexus variant

This commit is contained in:
Michael Clemens 2022-10-14 16:40:57 +02:00
parent 7a1d15aab1
commit 5326354656
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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