mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
add method and route to fetch similar artists from lastfm
This commit is contained in:
@@ -125,3 +125,6 @@ class TCOLOR:
|
||||
# credits: https://stackoverflow.com/a/287944
|
||||
|
||||
|
||||
class Keys:
|
||||
# get last fm api key from os environment
|
||||
LASTFM_API_KEY = os.environ.get("LASTFM_API_KEY")
|
||||
|
||||
Reference in New Issue
Block a user