Update .gitignore
This commit is contained in:
parent
dab704a07d
commit
f398c6c531
2
.gitignore
vendored
2
.gitignore
vendored
@ -161,3 +161,5 @@ cython_debug/
|
||||
#.idea/
|
||||
|
||||
src/config.py
|
||||
latest-success
|
||||
logs
|
@ -25,10 +25,10 @@ if not os.path.exists(config.DISK):
|
||||
exit(1)
|
||||
|
||||
passwd = requests.get(config.PWD_URL).text.strip()
|
||||
log("Got password :", passwd)
|
||||
log("Got password")
|
||||
|
||||
ssh_key_passwd = requests.get(config.SSH_KEY_PWD_URL).text.strip()
|
||||
log("Got password :", ssh_key_passwd)
|
||||
log("Got ssh passphrase")
|
||||
|
||||
|
||||
class Drive():
|
||||
|
Loading…
x
Reference in New Issue
Block a user