mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-02-09 05:15:47 +08:00
fix: program start error
This commit is contained in:
@@ -51,7 +51,7 @@ async def restart():
|
||||
)
|
||||
async def start():
|
||||
try:
|
||||
resp = program.start()
|
||||
resp = await program.start()
|
||||
return u_response(resp)
|
||||
except Exception as e:
|
||||
logger.debug(e)
|
||||
|
||||
Reference in New Issue
Block a user