summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexej996 <aleksej@spidermail.tk>2018-10-28 00:38:01 +0200
committeralexej996 <aleksej@spidermail.tk>2018-10-28 00:38:01 +0200
commitb895581919113880f3e08d59558e84432ff98250 (patch)
treecb8d5501795e63e4e85c53319befd81a7d3be688
parent3b289cf5583d4da52aa2b1a1b0ee4e44cb184c15 (diff)
fix ident issue
-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()