Skip to content

Fix so works with all numeric AudioDB API keys #47

Description

@wags1

I'm in the US and have a all numeric AudioDB API key. In order for things to work I need to change a line in lib, helpers, theaudiodb.py and replace the existing code in the line near end of py file with -

endpoint = 'https://www.theaudiodb.com/api/v1/json/%s/%s' % (self.api_key, endpoint)

Is it possible to change the code so that it works no matter what type of AudioDB API key is used so that the manual change is no longer needed? Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions