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')