Skip to content

Commit 88ea6a8

Browse files
WillowSauceRWillowSauceR
authored andcommitted
fix scan
1 parent 1a6605e commit 88ea6a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ def getIpList(ip: str):
4242
if os.path.exists(TargetAddr):
4343
with open(TargetAddr, "r") as file:
4444
for ip in file.readlines():
45-
ipList.append(ip.split(" | ")[2])
46-
# ipList.append(ip[:-1])
45+
# ipList.append(ip.split(" | ")[2])
46+
ipList.append(ip[:-1])
4747
return ipList
4848
try:
4949
int(ip[-1])

0 commit comments

Comments
 (0)