[exception] rename 'LoginRequired' to 'AuthRequired'

This commit is contained in:
Mike Fährmann
2025-07-20 22:02:52 +02:00
parent 668556251c
commit f0de034889
6 changed files with 19 additions and 11 deletions

View File

@@ -63,7 +63,7 @@ __tests__ = (
"#comment" : "no username & password",
"#class" : madokami.MadokamiMangaExtractor,
"#auth" : False,
"#exception": exception.LoginRequired,
"#exception": exception.AuthRequired,
},
)