mirror of
https://github.com/caronc/apprise.git
synced 2025-08-19 12:55:56 +02:00
Added deprecate and trace logging directives
This commit is contained in:
@@ -68,6 +68,10 @@ def test_config_http(mock_post, mock_get):
|
||||
# Pretend everything is okay
|
||||
return True
|
||||
|
||||
def url(self):
|
||||
# Support url() function
|
||||
return ''
|
||||
|
||||
# Store our good notification in our schema map
|
||||
SCHEMA_MAP['good'] = GoodNotification
|
||||
|
||||
|
Reference in New Issue
Block a user