From 34ddded76d2c98e0621a516e213ec2a5a193bb9a Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Sun, 14 Jul 2019 01:57:25 -0500 Subject: [PATCH] import signal in netcontrol --- onionr/netcontroller/netcontrol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionr/netcontroller/netcontrol.py b/onionr/netcontroller/netcontrol.py index 365ea65f..28532ed5 100644 --- a/onionr/netcontroller/netcontrol.py +++ b/onionr/netcontroller/netcontrol.py @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . ''' -import os, sys, base64, subprocess +import os, sys, base64, subprocess, signal import config, logger from . import getopenport config.reload()