Added fix in api

This commit is contained in:
Antonio de la Rosa 2025-05-23 01:36:31 +02:00
parent 56f4361929
commit 802fccc162
5 changed files with 54 additions and 10 deletions

View file

@ -77,6 +77,12 @@ class ConfigTask:
self.api_key=''
self.ssh_directory=os.path.expanduser('~')+'/.ssh'
self.ssh_private_key=self.ssh_directory+'/id_rsa'
self.ssh_private_key_password=''
self.ssh_public_key=self.ssh_private_key+'.pub'
# Class for global configuration