diff options
author | alexej996 <aleksej@spidermail.tk> | 2018-10-28 00:38:01 +0200 |
---|---|---|
committer | alexej996 <aleksej@spidermail.tk> | 2018-10-28 00:38:01 +0200 |
commit | b895581919113880f3e08d59558e84432ff98250 (patch) | |
tree | cb8d5501795e63e4e85c53319befd81a7d3be688 /tmap | |
parent | 3b289cf5583d4da52aa2b1a1b0ee4e44cb184c15 (diff) |
fix ident issue
Diffstat (limited to 'tmap')
-rwxr-xr-x | tmap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |