marcderbauer / songcrawler

Crawl Spotify and Genius for all the songs of your favourite artist!
MIT License
0 stars 0 forks source link

Songcrawler params aren't passed to Request #33

Closed marcderbauer closed 1 year ago

marcderbauer commented 1 year ago

When instantiating the request class, all parameters initialised in the super().__init__() are the default parameters, not what you pass to it. Need to find a way to deal with this...

Might have found a way to print out all the genius_ids, but it's hard to use without solving this first

Created via Raycast

marcderbauer commented 1 year ago

fixed ✅