dump_grabber with window

This commit is contained in:
Stefan Kögl 2014-12-03 16:49:43 +01:00
parent 5da5f207b4
commit 83e63c20ea
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ def main():
args.chaosc_host, args.chaosc_port, args.address_family)
window = MainWindow(args)
window.show()
sys.excepthook = window.sigint_handler
signal.signal(signal.SIGTERM, window.sigterm_handler)
QTAPP.exec_()