Skip to content

Commit 7e32fdc

Browse files
authored
Update FlaskRecap.py
Additional code added to lines 1-2 for interpretability of non-Latin characters. Otherwise, students get an error in the classroom workspace
1 parent 11caf19 commit 7e32fdc

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)