Added missing json dependency in dashboard

This commit is contained in:
Mokaddem 2016-12-09 08:50:36 +01:00
parent 8daa72789e
commit 0054be5bab

View file

@ -4,6 +4,8 @@
'''
Flask functions and routes for the dashboard page
'''
import json
import flask
from flask import Flask, render_template, jsonify, request