Skip to content

2.1.0 - Beware Expired Tokens

Compare
Choose a tag to compare
@allerter allerter released this 02 May 14:29
· 1 commit to master since this release
e03f987

Changes

  • When the bot encounters an expired Spotify refresh token or an invalid/expired Deezer ARL token, it will send a message about the token to the user's saved messages and exit/raise accordingly.
  • Use of exit was replaced by sys.exit as it's better to use the latter in production code.