mirror of
https://github.com/Wojtek242/qobuz-dl.git
synced 2024-11-22 02:55:25 +01:00
Raise InvalidAppSecret message
This commit is contained in:
parent
f4509b00f9
commit
3919984a75
@ -199,3 +199,5 @@ class Client:
|
||||
if self.test_secret(secret):
|
||||
self.sec = secret
|
||||
break
|
||||
if not hasattr(self, "sec"):
|
||||
raise InvalidAppSecretError("Invalid app secret.\n" + RESET)
|
||||
|
Loading…
Reference in New Issue
Block a user