From bf3f943cc6971ac5a4f905fd25beeaf7e063d7fd Mon Sep 17 00:00:00 2001 From: DarkRedman Date: Sun, 1 Feb 2015 15:15:28 +0100 Subject: [PATCH] Update nscan.py It's the old python 2 so if we want the program to run correctly we've to change this line. --- nscan/nscan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nscan/nscan.py b/nscan/nscan.py index 74860cb..9811106 100644 --- a/nscan/nscan.py +++ b/nscan/nscan.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 import time import socket import logging