mirror of
https://codeberg.org/mclemens/pyBMNotify.git
synced 2024-12-22 09:46:29 -05:00
switched SocketIO lib to nexus variant
This commit is contained in:
parent
7a1d15aab1
commit
5326354656
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user