diff --git a/main.py b/main.py index 5c0aa8d..4770d26 100644 --- a/main.py +++ b/main.py @@ -280,7 +280,7 @@ class ArgParser(object): if is_experimental: logger.debug("Using experimental features") args.append("--experimental") - if app in ("reddit", "tiktok"): + if app in ["reddit"]: args.remove("-m") args.remove("revanced-integrations.apk") args[1::2] = map(lambda i: temp_folder.joinpath(i), args[1::2])