mirror of
https://github.com/thewhiteh4t/pwnedOrNot.git
synced 2026-09-09 19:27:46 +02:00
v1.3.0 - extra print() removed
Former-commit-id: e1ef3fcdfe7653452f4ebc2707a6c76caa67b72d
This commit is contained in:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user