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