mirror of
https://github.com/caronc/apprise.git
synced 2025-01-08 23:19:02 +01:00
paho-mqtt operator fixed in ref (see #1078)
This commit is contained in:
parent
24dcd76f03
commit
c157ff12c0
@ -89,7 +89,7 @@ class NotifyMQTT(NotifyBase):
|
||||
|
||||
requirements = {
|
||||
# Define our required packaging in order to work
|
||||
'packages_required': 'paho-mqtt <= 2.0.0'
|
||||
'packages_required': 'paho-mqtt < 2.0.0'
|
||||
}
|
||||
|
||||
# The default descriptive name associated with the Notification
|
||||
|
Loading…
Reference in New Issue
Block a user