mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🐛 Removed resource patching from tiktok
This commit is contained in:
@@ -243,7 +243,7 @@ class ArgParser:
|
|||||||
if is_experimental:
|
if is_experimental:
|
||||||
logger.debug("Using experimental features")
|
logger.debug("Using experimental features")
|
||||||
args.append("--experimental")
|
args.append("--experimental")
|
||||||
if app == "reddit":
|
if app in ("reddit", "tiktok"):
|
||||||
args.append("-r")
|
args.append("-r")
|
||||||
args.remove("-m")
|
args.remove("-m")
|
||||||
args.remove("integrations.apk")
|
args.remove("integrations.apk")
|
||||||
|
|||||||
Reference in New Issue
Block a user