mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-21 01:42:08 +00:00
fixed a bug
This commit is contained in:
parent
38783aaae6
commit
cc909a7dda
@ -398,7 +398,7 @@ class MainMenu(Menu):
|
||||
print()
|
||||
print(f"{ASCIIColors.color_green}Current binding: {ASCIIColors.color_reset}{self.lollms_app.config['binding_name']}")
|
||||
for p in self.lollms_app.lollms_paths.bindings_zoo_path.iterdir():
|
||||
if p.is_dir() and not p.stem.startswith("."):
|
||||
if p.is_dir() and not p.stem.startswith(".") and p.stem !="binding_template":
|
||||
if (p/"binding_card.yaml").exists():
|
||||
with open(p/"binding_card.yaml", "r") as f:
|
||||
card = yaml.safe_load(f)
|
||||
|
Loading…
x
Reference in New Issue
Block a user