Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielaOrian authored Sep 8, 2021
1 parent 9bf2ed6 commit ce3ab8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def index():
counter+=1
return "Hmm, Plus 1 please "
else:
return str(f"Our CoUnTeR_NEW is: {counter} ")
return str(f"Our CoUnTeR_NEWNEW is: {counter} ")

# flask with db
@app.route('/widgets')
Expand Down

0 comments on commit ce3ab8c

Please sign in to comment.