From fa634a7d6ca350ecce012e5d3dcba1f013be44b6 Mon Sep 17 00:00:00 2001 From: Brandon4466 Date: Sat, 27 Apr 2024 20:12:35 -0700 Subject: [PATCH] added start for embedded device --- spotifycontroller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spotifycontroller.py b/spotifycontroller.py index 66fb4c6..03f0a2f 100644 --- a/spotifycontroller.py +++ b/spotifycontroller.py @@ -12,7 +12,6 @@ app = Flask(__name__) if os.path.exists('client_id'): with open('client_id', 'r') as file: client_id = file.read() -print(client_id) if os.path.exists('client_secret'): with open('client_secret', 'r') as file: client_secret = file.read()