Updated tests
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user