mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🎨 Chore (#289)
This commit is contained in:
+2
-1
@@ -113,7 +113,8 @@ class Patches(object):
|
||||
app_names = {value[0]: value[1] for value in self.revanced_app_ids.values()}
|
||||
|
||||
if not (app_name := app_names.get(app)):
|
||||
raise AppNotFound(app)
|
||||
raise AppNotFound(f"App '{app}' not found in the supported apps.")
|
||||
|
||||
patches = getattr(self, app_name)
|
||||
version = "latest"
|
||||
with contextlib.suppress(StopIteration):
|
||||
|
||||
Reference in New Issue
Block a user