From 714aedc360096255a371c74bc1e88e13da46dd45 Mon Sep 17 00:00:00 2001 From: Jonathan Plotkin Date: Mon, 15 Jun 2026 18:30:23 +0300 Subject: [PATCH] Add greeting message to console output --- Code/Spotify_Extract_API_Data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Spotify_Extract_API_Data.py b/Code/Spotify_Extract_API_Data.py index 8b25892..559e240 100644 --- a/Code/Spotify_Extract_API_Data.py +++ b/Code/Spotify_Extract_API_Data.py @@ -5,7 +5,7 @@ import sys import imp imp.reload(sys) - +print ("hi") print('start..')