fix misprint
This commit is contained in:
parent
41697f3097
commit
37a2f18bb2
|
|
@ -109,7 +109,7 @@ if __name__ == '__main__':
|
||||||
elif startup_target == 'license_index':
|
elif startup_target == 'license_index':
|
||||||
from app.core.background.license_service import main_fn as target_fn
|
from app.core.background.license_service import main_fn as target_fn
|
||||||
time.sleep(7)
|
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
|
from app.core.background.convert_service import main_fn as target_fn
|
||||||
time.sleep(9)
|
time.sleep(9)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue