Skip to content

Commit

Permalink
Updated to demonstrate pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoodworth committed Nov 18, 2024
1 parent dc7eca8 commit a14db2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

@app.route('/')
def hello_world(): # put application's code here
powerString = str(mymath.power(3,6))
return f'Hello IS3313! The answer is: {powerString}'
powerString = str(mymath.power(2,8))
return f'Hello IS3313 on a wet Monday morning. The answer is: {powerString}'

if __name__ == '__main__':
app.run()
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==3.0.2
Werkzeug==3.1.3
gunicorn
git-filter-repo
gunicorn

0 comments on commit a14db2d

Please sign in to comment.