Import gevent for production listener

This commit is contained in:
Joshua Boniface 2020-02-21 09:38:54 -05:00
parent 4417bd374b
commit b438b9b4c2
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#
###############################################################################
import gevent.pywsgi
import pvcapid.flaskapi as pvc_api
##########################################################