mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
manually init uvloop
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user