Skip to content

Commit

Permalink
Resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
thewchan committed Jun 25, 2020
2 parents 45350d2 + ff0444a commit 736756a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
@app.route('/', methods=('GET', 'POST'))
def index():
"""Render the app's main page."""
<<<<<<< HEAD
if request.method == 'GET':
=======
if request.methods == 'GET':
>>>>>>> ff0444aa864f91688c632ff0f143c4d5ae6e6317
# Default gives IBM's ticker when first loaded.
symbol = 'IBM'
return render_template('index.html', symbol=symbol)
Expand Down

0 comments on commit 736756a

Please sign in to comment.