mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
@@ -280,9 +280,6 @@ class ArgParser(object):
|
|||||||
if is_experimental:
|
if is_experimental:
|
||||||
logger.debug("Using experimental features")
|
logger.debug("Using experimental features")
|
||||||
args.append("--experimental")
|
args.append("--experimental")
|
||||||
if app in ("reddit", "tiktok"):
|
|
||||||
args.remove("-m")
|
|
||||||
args.remove("revanced-integrations.apk")
|
|
||||||
args[1::2] = map(lambda i: temp_folder.joinpath(i), args[1::2])
|
args[1::2] = map(lambda i: temp_folder.joinpath(i), args[1::2])
|
||||||
|
|
||||||
if self._PATCHES:
|
if self._PATCHES:
|
||||||
|
|||||||
Reference in New Issue
Block a user