mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Added object inheritance [skip ci]
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ from src.exceptions import DownloadError, PatchingFailedError, UnknownError
|
||||
from src.utils import slugify
|
||||
|
||||
|
||||
class APP:
|
||||
class APP(object):
|
||||
"""Patched APK."""
|
||||
|
||||
def __init__(self: Self, app_name: str, config: RevancedConfig) -> None:
|
||||
|
||||
Reference in New Issue
Block a user