Don't show notifications when testing

This commit is contained in:
shortcutme 2019-11-25 14:35:31 +01:00
parent 9a43626aa6
commit c52d47b15f
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -107,6 +107,7 @@ from util import RateLimit
from Db import Db
from Debug import Debug
gevent.get_hub().NOT_ERROR += (Debug.Notify,)
def cleanup():
Db.dbCloseAll()