From 08747af95f9780c614c6edffd0a313633cfa76d9 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Wed, 23 Aug 2023 10:20:08 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Lint=20Fix=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.py b/src/app.py index 3438f58..cfff565 100644 --- a/src/app.py +++ b/src/app.py @@ -50,6 +50,7 @@ class APP(object): def download_apk_for_patching(self, config: RevancedConfig) -> None: """Download apk to be patched.""" from src.downloader.factory import DownloaderFactory + logger.info("Downloading apk to be patched") downloader = DownloaderFactory.create_downloader( app=self.app_name, config=config