Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
edited yaml config
Browse files Browse the repository at this point in the history
  • Loading branch information
ImanMontajabi committed Jun 17, 2024
1 parent 0908e36 commit e89fee3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions RAPGOAT/spotify_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import requests

from SpotifyInit import artist_page, base_url, cur, con
from SpotifyInit import artist_page, base_url, cur, con, proxies

CLIENT_ID = os.environ['client_id']
CLIENT_SECRET = os.environ['client_secret']
Expand All @@ -30,7 +30,6 @@ def auth_header() -> dict[str, str]:
url,
headers=headers,
data=data)
print('salam')
except Exception as e:
print(f'auth_header() > post() > {e}')
# sleep(60)
Expand Down

0 comments on commit e89fee3

Please sign in to comment.