manually init uvloop

This commit is contained in:
checktheroads 2019-12-28 02:00:50 -07:00
parent c805e9290e
commit 29825c0ef4

View file

@ -43,7 +43,11 @@ from hyperglass import constants
from hyperglass import exceptions
from hyperglass import render
import uvloop
# Stackprinter Configuration
import stackprinter
stackprinter.set_excepthook()
uvloop.install()