Skip to content

Commit adbadd5

Browse files
authored
Update app.py
Import requests
1 parent a6eb6e0 commit adbadd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from flask import Flask
22
from flask import render_template
3-
from flask import jsonify
3+
from flask import jsonify, request
44
app = Flask(__name__)
55

66
@app.route('/')

0 commit comments

Comments
 (0)