Skip to content

Commit 659eaa8

Browse files
authored
Merge pull request udacity#12 from udacity/karenHebel-patch-1
Update FlaskRecap.py
2 parents f945a6f + 7e32fdc commit 659eaa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lesson-1-Foundation/FlaskRecap/FlaskRecap.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/python
2+
# -*- coding: iso-8859-15 -*-
13
from flask import Flask, request, jsonify, abort
24

35
app = Flask(__name__)

0 commit comments

Comments
 (0)