summaryrefslogtreecommitdiff
path: root/tmap
diff options
context:
space:
mode:
Diffstat (limited to 'tmap')
-rwxr-xr-xtmap2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmap b/tmap
index d6924fb..29bb971 100755
--- a/tmap
+++ b/tmap
@@ -73,7 +73,7 @@ def main():
## Load specified ports into PORTS list
if "-" not in args.tgtPort:
- try:
+ try:
PORTS = list(map(int, args.tgtPort.split(",")))
except:
parser.print_help()