mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Optimized CSP
This commit is contained in:
		| @@ -25,7 +25,7 @@ def run_checkcsp(domains): | ||||
|     """ | ||||
|     Executes the 'checkcsp' command with the given domains. | ||||
|     """ | ||||
|     cmd = ["checkcsp", "start"] + domains | ||||
|     cmd = ["checkcsp", "start", "--short"] + domains | ||||
|     try: | ||||
|         result = subprocess.run(cmd, check=True) | ||||
|         return result.returncode | ||||
|   | ||||
		Reference in New Issue
	
	Block a user