Skip to content

Commit

Permalink
Update hulk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperclaw79 authored Apr 13, 2020
1 parent 7d22730 commit 36283db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hulk.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ async def main(root, url):
missile = Missile(root=root, url=url, loop=loop)
root_status = await missile.attack(500)
return root_status

def bordered(text):
sentences = text.splitlines()
hor = max(len(line) for line in sentences) + 2
Expand Down Expand Up @@ -209,7 +208,7 @@ def bordered(text):
while True: # Persistent Connection
try:
root.connect((root_ip, 666))
print(f"Connected to {root_ip}:{666}!")
print(f"Connected to {root_ip}:666!")
break
except (
ConnectionRefusedError,
Expand Down

0 comments on commit 36283db

Please sign in to comment.