Skip to content

Commit 5b46aa7

Browse files
Update gevent in app.py with new import package
1 parent 41f2ff7 commit 5b46aa7

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
@@ -14,7 +14,7 @@
1414
# Flask utils
1515
from flask import Flask, redirect, url_for, request, render_template
1616
from werkzeug.utils import secure_filename
17-
from gevent.wsgi import WSGIServer
17+
from gevent.pywsgi import WSGIServer
1818

1919
# Define a flask app
2020
app = Flask(__name__)

0 commit comments

Comments
 (0)