This commit is contained in:
Hans Keppens 2025-05-23 23:15:02 -03:00 committed by GitHub
commit b79ef91be2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,6 +209,8 @@ async def load_modules_from_directory(directory):
}
valves = ValvesModel(**combined_valves)
pipeline.valves = valves
if hasattr(pipeline, "on_valves_updated"):
await pipeline.on_valves_updated()
logging.info(f"Updated valves for module: {module_name}")