remove useless prints in utility cos
This commit is contained in:
parent
3dd17f44a1
commit
f7bfc25793
1 changed files with 0 additions and 4 deletions
|
@ -396,9 +396,6 @@ class Utility(commands.Cog):
|
||||||
if(asinfo["info_never_via_route_servers"]):
|
if(asinfo["info_never_via_route_servers"]):
|
||||||
asproto = asproto + "Never via Route servers"
|
asproto = asproto + "Never via Route servers"
|
||||||
|
|
||||||
|
|
||||||
print(pdbid)
|
|
||||||
|
|
||||||
embed = discord.Embed(title=f"Informations pour {asinfo['name']} ``AS{asn}``", color=0x5858d7)
|
embed = discord.Embed(title=f"Informations pour {asinfo['name']} ``AS{asn}``", color=0x5858d7)
|
||||||
notEmptyField(embed, name="Nom :", value=asinfo['name'])
|
notEmptyField(embed, name="Nom :", value=asinfo['name'])
|
||||||
notEmptyField(embed, name="Aka :", value=asinfo['aka'])
|
notEmptyField(embed, name="Aka :", value=asinfo['aka'])
|
||||||
|
@ -490,7 +487,6 @@ class Utility(commands.Cog):
|
||||||
if(srv == "att"):
|
if(srv == "att"):
|
||||||
tn.read_until("Password:".encode())
|
tn.read_until("Password:".encode())
|
||||||
tn.write((password + "\n").encode())
|
tn.write((password + "\n").encode())
|
||||||
print("ok")
|
|
||||||
else:
|
else:
|
||||||
tn.read_until("Password: ".encode())
|
tn.read_until("Password: ".encode())
|
||||||
tn.write((password + "\n").encode())
|
tn.write((password + "\n").encode())
|
||||||
|
|
Loading…
Reference in a new issue