Fixing print error

This commit is contained in:
Dita Aji Pratama 2026-08-16 16:41:08 +07:00
parent a61727bc28
commit 5702b1ff44

View File

@ -8,7 +8,6 @@ _EMB_GUIDANCE = "Ragroleplay butuh embedding model set. Atur dulu di TUI: Model
def _emb_ready():
if not _emb_url or not _emb_model:
print(f"[ragroleplay] {_EMB_GUIDANCE}", flush=True)
return False
return True