Skip to content

Commit d392ffe

Browse files
committed
eeee hola
1 parent e42f297 commit d392ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if 'WEBSITE_HOSTNAME' not in os.environ:
1414
print("Loading config.development and environment variables from .env file.")
1515
app.config.from_object('azureproject.development')
16-
else:
16+
else:
1717
print("Loading config.production.")
1818
app.config.from_object('azureproject.production')
1919

0 commit comments

Comments
 (0)