mpd-not: enable https cert checking

This commit is contained in:
Brian S. Stephan 2017-02-04 12:41:43 -06:00
parent 07eb3aabe8
commit f539df064c
1 changed files with 1 additions and 1 deletions

View File

@ -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()