From 0345573cb818d471b62fb03888deee77d22e63d0 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Sat, 3 Aug 2024 16:38:42 +0200 Subject: [PATCH] fx --- communication_subroutine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communication_subroutine.py b/communication_subroutine.py index d4a6774..d7f1488 100644 --- a/communication_subroutine.py +++ b/communication_subroutine.py @@ -50,7 +50,7 @@ def log_radio_tracks(): logger.info(record) if "next" in record[0]: PREPPED_TRACKS["now_playing"] = PREPPED_TRACKS["next"] - PREPPED_TRACKS[record[0]] = record[1] + PREPPED_TRACKS[record[0]] = record[1] logger.info("DATA RECEIVED") return jsonify("SUCCESS")