Skip to content

Commit cbdd471

Browse files
authored
App.py
1 parent 0c64873 commit cbdd471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

finance/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
@check50.check()
1212
def exists():
13-
"""application.py exists"""
14-
check50.exists("application.py")
13+
"""app.py exists"""
14+
check50.exists("app.py")
1515
check50.include("lookup.py")
1616
check50.py.append_code("helpers.py", "lookup.py")
1717

@@ -153,7 +153,7 @@ def sell_handles_valid():
153153
class Finance(check50.flask.app):
154154
"""Extension of flask.App class that adds Finance-specific functions"""
155155

156-
APP_NAME = "application.py"
156+
APP_NAME = "app.py"
157157

158158
def __init__(self):
159159
"""Helper function for registering user"""

0 commit comments

Comments
 (0)