From cb74685e01b0cfb2ac8da83bf2ed44bd27491997 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 29 Sep 2022 22:15:29 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Removed=20integration=20exclusio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.py b/main.py index 4770d26..7c163b3 100644 --- a/main.py +++ b/main.py @@ -280,9 +280,6 @@ class ArgParser(object): if is_experimental: logger.debug("Using experimental features") args.append("--experimental") - 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]) if self._PATCHES: