diff --git a/scripts/mpd-notifications.py b/scripts/mpd-notifications.py index ea9c735..ca1ed8a 100644 --- a/scripts/mpd-notifications.py +++ b/scripts/mpd-notifications.py @@ -69,7 +69,7 @@ def notify_song(): last_np = np logger.debug("notifying: {0:s}".format(np)) payload = {'message': np} - r = requests.post(args.location, verify=False, auth=auth, data=payload) + r = requests.post(args.location, auth=auth, data=payload) print(r.json()) notify_song()