mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Uninstall custom excepthook for server
This commit is contained in:
parent
18614e11e3
commit
66061e0ef2
@ -525,7 +525,7 @@ serverIface = None
|
||||
def initServerInterface(pointer):
|
||||
from qgis.server import QgsServerInterface
|
||||
from sip import wrapinstance
|
||||
|
||||
sys.excepthook = sys.__excepthook__
|
||||
global serverIface
|
||||
serverIface = wrapinstance(pointer, QgsServerInterface)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user