Don't show notifications when testing
This commit is contained in:
parent
9a43626aa6
commit
c52d47b15f
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ from util import RateLimit
|
||||||
from Db import Db
|
from Db import Db
|
||||||
from Debug import Debug
|
from Debug import Debug
|
||||||
|
|
||||||
|
gevent.get_hub().NOT_ERROR += (Debug.Notify,)
|
||||||
|
|
||||||
def cleanup():
|
def cleanup():
|
||||||
Db.dbCloseAll()
|
Db.dbCloseAll()
|
||||||
|
|
Loading…
Reference in a new issue