add method and route to fetch similar artists from lastfm

This commit is contained in:
geoffrey45
2023-03-12 19:28:41 +03:00
parent e3ec9db989
commit fed62bf7f4
6 changed files with 62 additions and 45 deletions
+3
View File
@@ -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")