mirror of
https://github.com/nathom/streamrip.git
synced 2025-06-07 02:01:20 -04:00
Switch config to TOML
Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
parent
7698ad7a2e
commit
5a5a199be2
9 changed files with 188 additions and 368 deletions
|
@ -2,6 +2,10 @@ class AuthenticationError(Exception):
|
|||
pass
|
||||
|
||||
|
||||
class MissingCredentials(Exception):
|
||||
pass
|
||||
|
||||
|
||||
class IneligibleError(Exception):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue