Browse Source

Bugfix :beetle: - Global parameters placed in url() again (#275)

pull/280/head
Chris Caron 4 years ago committed by GitHub
parent
commit
fbaf1e4059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apprise/plugins/NotifyBase.py

4
apprise/plugins/NotifyBase.py

@ -356,8 +356,8 @@ class NotifyBase(BASE_OBJECT):
params.update(super(NotifyBase, self).url_parameters(*args, **kwargs))
# return default arguments
return kwargs
# return default parameters
return params
@staticmethod
def parse_url(url, verify_host=True):

Loading…
Cancel
Save