Skip to content

Commit

Permalink
Removing unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedb committed Aug 28, 2020
1 parent 9b89bd1 commit 2264462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopidy_iris/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ async def refresh_spotify_token(self, *args, **kwargs):
"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"
}
Expand Down

0 comments on commit 2264462

Please sign in to comment.