Added missing json dependency in dashboard

pull/94/head
Mokaddem 2016-12-09 08:50:36 +01:00
parent 8daa72789e
commit 0054be5bab
1 changed files with 2 additions and 0 deletions

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