1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

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()