fix misprint

This commit is contained in:
user 2025-02-26 17:29:33 +03:00
parent 41697f3097
commit 37a2f18bb2
1 changed files with 1 additions and 1 deletions

View File

@ -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)