Fix slight indenting issue, causing spam
This commit is contained in:
parent
f8ab39defe
commit
34d6b79357
1 changed files with 1 additions and 2 deletions
|
@ -195,7 +195,6 @@ async def on_message(message):
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
temp = (re.sub(' +', ' ', j)).split(" ")
|
temp = (re.sub(' +', ' ', j)).split(" ")
|
||||||
print(temp)
|
|
||||||
if j != "":
|
if j != "":
|
||||||
ports.append(("🟢 " if temp[1] == "open" else "🔴 ") + temp[0] + " (" + temp[2] + ")")
|
ports.append(("🟢 " if temp[1] == "open" else "🔴 ") + temp[0] + " (" + temp[2] + ")")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue