From ea3125b707a6f1b073e59967742085fb104ccd0e Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Mon, 15 Aug 2022 12:32:05 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Removed=20resource=20patching=20?= =?UTF-8?q?from=20tiktok?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 7f9c39b..a26720f 100644 --- a/main.py +++ b/main.py @@ -243,7 +243,7 @@ class ArgParser: if is_experimental: logger.debug("Using experimental features") args.append("--experimental") - if app == "reddit": + if app in ("reddit", "tiktok"): args.append("-r") args.remove("-m") args.remove("integrations.apk")