mirror of https://github.com/caronc/apprise
Updated Development_Apprise_Details (markdown)
parent
df702da917
commit
3de5b94204
|
@ -280,7 +280,7 @@ import apprise
|
|||
# First you'll get your details which will provide your app with all the information you need
|
||||
# to get the data you need from the user with any supported notification service.
|
||||
a = apprise.Apprise()
|
||||
apprise_details = details()
|
||||
apprise_details = a.details()
|
||||
|
||||
# work your magic and get the user to populate the tokens associated with the
|
||||
# notification services
|
||||
|
|
Loading…
Reference in New Issue