mirror of
https://github.com/caronc/apprise.git
synced 2025-08-14 10:28:38 +02:00
Microsoft Teams Webhook to include team name in URL (#361)
This commit is contained in:
@ -1339,7 +1339,7 @@ def test_apprise_details_plugin_verification():
|
||||
|
||||
if six.PY2:
|
||||
# inspect our object
|
||||
# getargspec() is depricated in Python v3
|
||||
# getargspec() is deprecated in Python v3
|
||||
spec = inspect.getargspec(SCHEMA_MAP[protocols[0]].__init__)
|
||||
|
||||
function_args = \
|
||||
|
Reference in New Issue
Block a user