Skip to content

Commit

Permalink
fix: the latest gunicorn remove six
Browse files Browse the repository at this point in the history
now can be used in py2 and py3
  • Loading branch information
vissssa authored Jan 9, 2020
1 parent 18fd802 commit aaedcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/ProxyApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def getStatus():

if platform.system() != "Windows":
import gunicorn.app.base
from gunicorn.six import iteritems
from six import iteritems


class StandaloneApplication(gunicorn.app.base.BaseApplication):
Expand Down

0 comments on commit aaedcc3

Please sign in to comment.