From fe56b39d86468277a9aa5aafede4998249d7701c Mon Sep 17 00:00:00 2001 From: Tilman Date: Thu, 13 Dec 2018 13:56:03 +0000 Subject: [PATCH] Update piplayer4.py --- code/piplayer4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/piplayer4.py b/code/piplayer4.py index 983b639..b986839 100644 --- a/code/piplayer4.py +++ b/code/piplayer4.py @@ -127,8 +127,8 @@ try: if (qr_code.startswith("/")): qr_code = qr_code[1:] full_path = MUSIC_BASE_DIRECTORY + qr_code - logging.info("full_path: " + full_path) - play(full_path, 'mpd') + logging.debug("full_path: " + full_path) + play(full_path) else: logging.warning('Timeout on zbarcam')