Skip to content

Commit 3c58385

Browse files
committed
adding additional comments
1 parent 50a2df6 commit 3c58385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55

6-
# Creates our application.
6+
# Creates our Flask application.
77
app = Flask(__name__)
88
config_name = os.getenv('FLASK_CONFIG') or 'default'
99
app.config.from_object(config[config_name])

0 commit comments

Comments
 (0)