Added fix in api
This commit is contained in:
parent
56f4361929
commit
802fccc162
5 changed files with 54 additions and 10 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue