abdoxfox 2 лет назад
Родитель
Сommit
9a52896e28
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      clflareIPscan.py

+ 3 - 3
clflareIPscan.py

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