From 8d4aba30dab1370b911b8254cc8cdf1a468dfec6 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 13 Nov 2023 14:01:01 -0500 Subject: [PATCH] removed new line --- apprise/plugins/NotifyThreema.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apprise/plugins/NotifyThreema.py b/apprise/plugins/NotifyThreema.py index 62c704bcf..4ca13d8d4 100644 --- a/apprise/plugins/NotifyThreema.py +++ b/apprise/plugins/NotifyThreema.py @@ -336,7 +336,6 @@ def parse_url(url): """ Parses the URL and returns enough arguments that can allow us to re-instantiate this object. - """ results = NotifyBase.parse_url(url, verify_host=False)