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()