Change display of errors

This commit is contained in:
kramo
2023-06-26 10:56:01 +02:00
parent f1acb55ece
commit e73bc5507c
2 changed files with 15 additions and 10 deletions

View File

@@ -44,6 +44,6 @@ class SGDBManager(AsyncManager):
# If invalid auth, cancel all SGDBManager tasks
self.cancellable.cancel()
raise FriendlyError(
"Couldn't authenticate to SteamGridDB",
"Verify your API key in the preferences",
"Couldn't authenticate SteamGridDB",
"Verify your API key in preferences",
) from error