mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-10-16 03:58:02 +00:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user