Microsoft Teams Webhook to include team name in URL (#361)

This commit is contained in:
Chris Caron
2021-02-22 14:35:28 -05:00
committed by GitHub
parent 221e304a73
commit 9e9b140642
3 changed files with 95 additions and 36 deletions

View File

@ -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 = \