From 3703ece06b9493883941ff8fd2ec4523fd2af288 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Thu, 29 Sep 2022 21:09:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20Removed=20deprecated=20?= =?UTF-8?q?-r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.py b/main.py index 77f22ad..5c0aa8d 100644 --- a/main.py +++ b/main.py @@ -284,8 +284,6 @@ class ArgParser(object): args.remove("-m") args.remove("revanced-integrations.apk") args[1::2] = map(lambda i: temp_folder.joinpath(i), args[1::2]) - if app in ("reddit", "tiktok"): - args.append("-r") if self._PATCHES: args.extend(self._PATCHES)