Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 01ca4a1

Browse files
committed
remove conf file
1 parent 998af73 commit 01ca4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mini_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def create_api(app, host="localhost", port=5000, prefix=""):
2626
print(f"Starting API: http://{host}:{port}/{prefix}")
2727

2828

29-
def create_app(config_filename=None, host="localhost"):
29+
def create_app(host="localhost"):
3030
app = Flask("demo_app")
3131
app.config.update(SQLALCHEMY_DATABASE_URI="sqlite://")
3232
db.init_app(app)

0 commit comments

Comments
 (0)