mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🔥 Fixed missing variable
This commit is contained in:
@@ -91,6 +91,7 @@ class Patches(object):
|
|||||||
self.build_extended = env.bool("BUILD_EXTENDED", False)
|
self.build_extended = env.bool("BUILD_EXTENDED", False)
|
||||||
self.check_java()
|
self.check_java()
|
||||||
self.fetch_patches()
|
self.fetch_patches()
|
||||||
|
self.extended_apps = ["youtube", "youtube_music"]
|
||||||
|
|
||||||
def get(self, app: str) -> Tuple[List[Dict[str, str]], str]:
|
def get(self, app: str) -> Tuple[List[Dict[str, str]], str]:
|
||||||
logger.debug("Getting patches for %s" % app)
|
logger.debug("Getting patches for %s" % app)
|
||||||
|
|||||||
Reference in New Issue
Block a user