API switch to unrestricted ones

This commit is contained in:
thecookingsenpai
2024-01-31 18:25:01 +01:00
parent 632447bdba
commit c153247918
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ class Keys:
if not cls.LASTFM_API_KEY:
# REVIEW Ideally, this shouldn't be fatal
print("WARNING: LASTFM_API_KEY not set in environment. Experimental API calls will be implemented")
sys.exit(0)
#sys.exit(0)
@classmethod
def get(cls, key: str):