apparently some skills have no icon

add jinja debug helper
restrict char_xml to gm 9
strip quoted from local desc
This commit is contained in:
Aaron Kimbre
2022-02-03 16:37:34 -06:00
parent c6d624e154
commit cf359e2c6b
4 changed files with 14 additions and 4 deletions

View File

@@ -57,6 +57,10 @@ def create_app():
if cdclient is not None:
cdclient.close()
@app.template_filter('debug')
def debug(text):
print(text)
# add the commands to flask cli
app.cli.add_command(init_db)
app.cli.add_command(init_accounts)