Skip to content

Commit

Permalink
Update FlaskRecap.py
Browse files Browse the repository at this point in the history
Additional code added to lines 1-2 for interpretability of non-Latin characters.  Otherwise, students get an error in the classroom workspace
  • Loading branch information
IyeBohboh authored Oct 18, 2021
1 parent 11caf19 commit 7e32fdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lesson-1-Foundation/FlaskRecap/FlaskRecap.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/python
# -*- coding: iso-8859-15 -*-
from flask import Flask, request, jsonify, abort

app = Flask(__name__)
Expand Down

0 comments on commit 7e32fdc

Please sign in to comment.