Skip to content

Commit

Permalink
Update importing werkzeug middleware to support python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemanja Martinovic committed Mar 17, 2021
1 parent fb9078f commit 4e801fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi.py
Expand Up @@ -7,7 +7,7 @@
"""

from werkzeug.serving import run_simple
from werkzeug.wsgi import DispatcherMiddleware
from werkzeug.middleware.dispatcher import DispatcherMiddleware

from graphics_service import app

Expand Down

0 comments on commit 4e801fe

Please sign in to comment.