Update piplayer4.py

This commit is contained in:
2018-12-13 13:56:03 +00:00
parent 821ddd9975
commit fe56b39d86
+2 -2
View File
@@ -127,8 +127,8 @@ try:
if (qr_code.startswith("/")): if (qr_code.startswith("/")):
qr_code = qr_code[1:] qr_code = qr_code[1:]
full_path = MUSIC_BASE_DIRECTORY + qr_code full_path = MUSIC_BASE_DIRECTORY + qr_code
logging.info("full_path: " + full_path) logging.debug("full_path: " + full_path)
play(full_path, 'mpd') play(full_path)
else: else:
logging.warning('Timeout on zbarcam') logging.warning('Timeout on zbarcam')