mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Handle a case when user enters invalid app for rebuilding
This commit is contained in:
@@ -31,3 +31,9 @@ def update_changelog(name: str, response: Dict[str, str]) -> None:
|
||||
)
|
||||
file1.write(change_log)
|
||||
file1.close()
|
||||
|
||||
|
||||
class AppNotFound(ValueError):
|
||||
"""Not a valid Revanced App."""
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user