Skip to content

Commit 2991e76

Browse files
authored
Revert a change to fix an issue
1 parent 9135351 commit 2991e76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
app = create_app()
14-
cli = FlaskGroup(create_app=app)
14+
cli = FlaskGroup(create_app=create_app)
1515

1616
# code coverage
1717
COV = coverage.coverage(

0 commit comments

Comments
 (0)