From b895581919113880f3e08d59558e84432ff98250 Mon Sep 17 00:00:00 2001 From: alexej996 Date: Sun, 28 Oct 2018 00:38:01 +0200 Subject: fix ident issue --- tmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmap') 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() -- cgit v1.2.3