Skip to content

Commit 3708df2

Browse files
committed
oops localenv
1 parent 25f783c commit 3708df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gallery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
if os.path.exists(os.path.join(os.getcwd(), "config.py")):
5858
app_config.from_pyfile(os.path.join(os.getcwd(), "config.py"))
5959
else:
60-
app_config.from_pyfile(os.path.join(os.getcwd(), "localconfig.env.py"))
60+
app_config.from_pyfile(os.path.join(os.getcwd(), "config.env.py"))
6161
app.config.update(app_config)
6262

6363
db: SQLAlchemy = SQLAlchemy(app)

0 commit comments

Comments
 (0)