Skip to content

Commit

Permalink
Fix the url extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 11, 2024
1 parent d389e21 commit 4573c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class SSHClientManager:
def __init__(self, url, username="root", password="linux", port=22):
self.url = self.extract_ip_from_url(url)
self.url = url
self.username = username
self.password = password
self.port = port
Expand Down

0 comments on commit 4573c0d

Please sign in to comment.