We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c64873 commit cbdd471Copy full SHA for cbdd471
finance/__init__.py
@@ -10,8 +10,8 @@
10
11
@check50.check()
12
def exists():
13
- """application.py exists"""
14
- check50.exists("application.py")
+ """app.py exists"""
+ check50.exists("app.py")
15
check50.include("lookup.py")
16
check50.py.append_code("helpers.py", "lookup.py")
17
@@ -153,7 +153,7 @@ def sell_handles_valid():
153
class Finance(check50.flask.app):
154
"""Extension of flask.App class that adds Finance-specific functions"""
155
156
- APP_NAME = "application.py"
+ APP_NAME = "app.py"
157
158
def __init__(self):
159
"""Helper function for registering user"""
0 commit comments