mirror of https://github.com/CIRCL/AIL-framework
Added missing json dependency in dashboard
parent
8daa72789e
commit
0054be5bab
|
@ -4,6 +4,8 @@
|
||||||
'''
|
'''
|
||||||
Flask functions and routes for the dashboard page
|
Flask functions and routes for the dashboard page
|
||||||
'''
|
'''
|
||||||
|
import json
|
||||||
|
|
||||||
import flask
|
import flask
|
||||||
from flask import Flask, render_template, jsonify, request
|
from flask import Flask, render_template, jsonify, request
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue