From 9652b6b85538d479aed443a67338204cdbfa20f0 Mon Sep 17 00:00:00 2001 From: thewhiteh4t Date: Fri, 13 Aug 2021 06:55:47 +0530 Subject: [PATCH] v1.3.0 - extra print() removed Former-commit-id: e1ef3fcdfe7653452f4ebc2707a6c76caa67b72d --- pwnedornot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnedornot.py b/pwnedornot.py index c0b0907..7017ffd 100755 --- a/pwnedornot.py +++ b/pwnedornot.py @@ -28,7 +28,7 @@ G = '\033[32m' # green C = '\033[36m' # cyan W = '\033[0m' # white -version = '1.2.9' +version = '1.3.0' key = '' useragent = '' @@ -297,7 +297,7 @@ def domain_check(): if sc == 200: json_out = rqst.content.decode('utf-8', 'ignore') simple_out = loads(json_out) - print(simple_out) + if len(simple_out) != 0: print(f' {G}[ pwned ]{W}') for item in simple_out: