Fixes in language for use gettext

This commit is contained in:
Antonio de la Rosa 2024-04-03 18:31:28 +02:00
parent 6ac7e7598a
commit 283d5249dc
7 changed files with 158 additions and 64 deletions

View file

@ -133,7 +133,7 @@ class Task:
self.ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
add_host=True
#add_host=True
else:
if self.port!=22:
@ -143,7 +143,7 @@ class Task:
#Be tolerant and save if port is different
self.ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy())
add_host=True
#add_host=True
try: