diff --git a/app/helper/lastfm_profile.py b/app/helper/lastfm_profile.py index 819e9b2..2e917b8 100644 --- a/app/helper/lastfm_profile.py +++ b/app/helper/lastfm_profile.py @@ -10,8 +10,8 @@ 'low': ['calm', 'chill', 'relaxing', 'mellow', 'soft', 'slow', 'ambient', 'peaceful', 'gentle'] }, 'mood': { - 'positive': ['happy', 'uplifting', 'cheerful', 'fun', 'feel good', 'joyful', 'optimistic', 'bright'], - 'negative': ['sad', 'melancholic', 'dark', 'depressing', 'angry', 'aggressive', 'haunting', 'moody'] + 'high': ['happy', 'uplifting', 'cheerful', 'fun', 'feel good', 'joyful', 'optimistic', 'bright'], + 'low': ['sad', 'melancholic', 'dark', 'depressing', 'angry', 'aggressive', 'haunting', 'moody'] }, 'danceability': { 'high': ['dance', 'danceable', 'groovy', 'funky', 'rhythm', 'beat', 'club', 'party', 'disco'],