Updated tests

This commit is contained in:
2019-07-04 22:45:54 +01:00
parent 62dcad7946
commit aa2911d969
5 changed files with 61 additions and 30 deletions

View File

@@ -1,10 +1,12 @@
from flask import Flask, render_template, request
from flask_bootstrap import Bootstrap
import sqlite3
import os
import string
app = Flask(__name__)
Bootstrap(app)
def get_db_connection():