Removing unused variable

This commit is contained in:
James Barnsley
2020-08-28 21:48:27 +12:00
parent 9b89bd18a5
commit 2264462ed6

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"
}