readme and tweaks
This commit is contained in:
@@ -5,7 +5,7 @@ from myriad.utilities import server_time, get_datetime_str
|
||||
from myriad.db import get_db
|
||||
|
||||
|
||||
def create_app(test_config=None):
|
||||
def create_app():
|
||||
# create and configure the app
|
||||
app = Flask(__name__, instance_relative_config=True)
|
||||
app.config.from_pyfile('config.py')
|
||||
|
||||
Reference in New Issue
Block a user