🐛 Removed exclusion of -m for tiktok

This commit is contained in:
Nikhil Badyal
2022-09-29 21:20:42 +05:30
parent 3703ece06b
commit dd368ed253
+1 -1
View File
@@ -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])