Skip to content

Commit e06e726

Browse files
committed
format command refresh task creation
1 parent 59a7d10 commit e06e726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astrbot/dashboard/services/command_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _request_platform_command_refresh(self) -> None:
105105
return
106106

107107
self._platform_command_refresh_task = asyncio.create_task(
108-
self._run_platform_command_refresh()
108+
self._run_platform_command_refresh(),
109109
)
110110

111111
async def _run_platform_command_refresh(self) -> None:

0 commit comments

Comments
 (0)