mirror of
https://github.com/caronc/apprise.git
synced 2025-06-24 19:51:21 +02:00
Bugfix 🪲 - Global parameters placed in url() again (#275)
This commit is contained in:
parent
ca695ed398
commit
fbaf1e4059
@ -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…
x
Reference in New Issue
Block a user