From 4c70dadf34542087b6495050b4afdbec878b4a21 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 16 Nov 2022 23:39:22 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20App=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.py | 2 +- src/patches.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/config.py b/src/config.py index acdf74d..bd96195 100644 --- a/src/config.py +++ b/src/config.py @@ -58,7 +58,7 @@ class RevancedConfig: "warnwetter": f"{self.apk_mirror_urls.get('warnwetter')}warnwetter", "youtube": f"{self.apk_mirror_urls.get('youtube')}youtube", "youtube_music": f"{self.apk_mirror_urls.get('youtube_music')}youtube-music", - "ticktick": f"{self.apk_mirror_urls.get('ticktik')}ticktick-to-do-list-with-reminder-day-planner", + "ticktick": f"{self.apk_mirror_urls.get('ticktick')}ticktick-to-do-list-with-reminder-day-planner", } self.archs_to_build = env.list("ARCHS_TO_BUILD", []) self.alternative_youtube_patches = env.list("ALTERNATIVE_YOUTUBE_PATCHES", []) diff --git a/src/patches.py b/src/patches.py index b1bbf9c..47a313a 100644 --- a/src/patches.py +++ b/src/patches.py @@ -47,7 +47,7 @@ class Patches(object): "com.spotify.music": ("spotify", "_spotify"), "com.awedea.nyx": ("nyx-music-player", "_nyx"), "ginlemon.iconpackstudio": ("icon-pack-studio", "_iconpackstudio"), - "com.ticktick.task": ("ticktick", "_ticktik"), + "com.ticktick.task": ("ticktick", "_ticktick"), "tv.twitch.android.app": ("twitch", "_twitch"), } @@ -120,7 +120,7 @@ class Patches(object): "spotify": "_spotify", "nyx-music-player": "_nyx", "icon-pack-studio": "_iconpackstudio", - "ticktik": "_ticktick", + "ticktick": "_ticktick", "twitch": "_twitch", } if not (app_name := app_names.get(app)):