Merge branch 'master' into develop

This commit is contained in:
James Barnsley
2020-08-29 20:42:49 +12:00

View File

@ -1030,7 +1030,7 @@ class IrisCore(pykka.ThreadingActor):
"client_secret": self.config["spotify"]["client_secret"],
"grant_type": "client_credentials",
}
except (Exception) as e:
except (Exception):
error = {
"message": "Could not refresh Spotify token: invalid configuration"
}