Add config again :D

This commit is contained in:
Götz 2019-01-28 19:58:58 +01:00
parent bc723feeb4
commit 77f6137d1e

View File

@ -1,6 +1,7 @@
import psycopg2
from flask import Flask, render_template
import os
import config
app = Flask(__name__)
app.debug = True