Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion channels/webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ async def settings_save(request: fastapi.Request):
try:
await channel.manager.reload_module(module_name)
except Exception as e:
channel.log(self.name, f"Error reloading module {module_name}: {core.detail_error(e)}")
channel.log(channel.name, f"Error reloading module {module_name}: {core.detail_error(e)}")

return api_result(success=True)

Expand Down