dev@locazia: fix misprint
This commit is contained in:
parent
b2ab28de82
commit
fa3f1fefdb
|
|
@ -89,7 +89,7 @@ if __name__ == '__main__':
|
|||
elif startup_target == 'uploader':
|
||||
from app.core.background.uploader_service import main_fn as target_fn
|
||||
elif startup_target == 'ton_daemon':
|
||||
from app.core.background.ton_service import main as target_fn
|
||||
from app.core.background.ton_service import main_fn as target_fn
|
||||
|
||||
startup_fn = startup_fn or target_fn
|
||||
assert startup_fn
|
||||
|
|
|
|||
Loading…
Reference in New Issue