From 37a2f18bb24d7c751919b0ea208e1bf46e33e62f Mon Sep 17 00:00:00 2001 From: user Date: Wed, 26 Feb 2025 17:29:33 +0300 Subject: [PATCH] fix misprint --- app/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__main__.py b/app/__main__.py index af88a25..2057c04 100644 --- a/app/__main__.py +++ b/app/__main__.py @@ -109,7 +109,7 @@ if __name__ == '__main__': elif startup_target == 'license_index': from app.core.background.license_service import main_fn as target_fn time.sleep(7) - elif startup_target == 'convert_service': + elif startup_target == 'convert_process': from app.core.background.convert_service import main_fn as target_fn time.sleep(9)