소스 검색

Update clflareIPscan.py

abdoxfox 2 년 전
부모
커밋
9c2adce6e0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      clflareIPscan.py

+ 1 - 1
clflareIPscan.py

@@ -85,7 +85,7 @@ def parseargs():
 		parser.add_argument('-o','--output',help='save output in file',dest='output',type=str)
 	
 		args = parser.parse_args()		
-		if args.help:
+		if not args:
 			parser.print_help()
 			
 			return