Files
co_app/app/tools/help_text.py
2026-03-01 13:11:28 +01:00

6 lines
191 B
Python

from app_db.app_db import get_value
def get_help(dashboard :str):
helptext = get_value(f"select dash_description from dashboards where dash_name = '{dashboard}.py'")
return helptext