mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Added missing json dependency in dashboard
This commit is contained in:
parent
8daa72789e
commit
0054be5bab
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@
|
|||
'''
|
||||
Flask functions and routes for the dashboard page
|
||||
'''
|
||||
import json
|
||||
|
||||
import flask
|
||||
from flask import Flask, render_template, jsonify, request
|
||||
|
||||
|
|
Loading…
Reference in a new issue