forked from mirrors/thatmattlove-hyperglass
manually init uvloop
This commit is contained in:
parent
c805e9290e
commit
29825c0ef4
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue