Skip to content

Commit c7dc25f

Browse files
committed
fix: program start error
1 parent 22dfed7 commit c7dc25f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/module/api/program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async def restart():
5151
)
5252
async def start():
5353
try:
54-
resp = program.start()
54+
resp = await program.start()
5555
return u_response(resp)
5656
except Exception as e:
5757
logger.debug(e)

0 commit comments

Comments
 (0)