v1.3.0 - extra print() removed

Former-commit-id: e1ef3fcdfe7653452f4ebc2707a6c76caa67b72d
This commit is contained in:
thewhiteh4t
2021-08-13 06:55:47 +05:30
parent b00e257f61
commit 9652b6b855
+2 -2
View File
@@ -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: