From b29332a117fd87cdc9b91c6b4e28b5cd8b91caa8 Mon Sep 17 00:00:00 2001 From: Iman Montajabi Date: Mon, 17 Jun 2024 21:35:35 +0330 Subject: [PATCH] edited yaml config --- RAPGOAT/spotify_stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RAPGOAT/spotify_stats.py b/RAPGOAT/spotify_stats.py index ceb4774..2249a25 100644 --- a/RAPGOAT/spotify_stats.py +++ b/RAPGOAT/spotify_stats.py @@ -6,7 +6,7 @@ import requests -from SpotifyInit import artist_page, base_url, cur, con, proxies +from SpotifyInit import artist_page, base_url, cur, con CLIENT_ID = os.environ['client_id'] CLIENT_SECRET = os.environ['client_secret']