Skip to content

Commit 893fae0

Browse files
authored
PEP8 correction
1 parent 4e72c0e commit 893fae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Reconnoitre/lib/file_helper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def write_recommendations(results, ip_address, outputdir):
121121
for port in ports:
122122
port = port.split("/")[0]
123123

124-
description = ("[*] "
125-
+ j["services"][service]["description"])
124+
description = ("[*] "
125+
+ j["services"][service]["description"])
126126
print(description % {"ip": ip_address, "port": port})
127127
f.write((description + "\n") %
128128
{"ip": ip_address, "port": port})

0 commit comments

Comments
 (0)