Update .gitignore
This commit is contained in:
parent
dab704a07d
commit
f398c6c531
4
.gitignore
vendored
4
.gitignore
vendored
@ -160,4 +160,6 @@ cython_debug/
|
|||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
src/config.py
|
src/config.py
|
||||||
|
latest-success
|
||||||
|
logs
|
@ -25,10 +25,10 @@ if not os.path.exists(config.DISK):
|
|||||||
exit(1)
|
exit(1)
|
||||||
|
|
||||||
passwd = requests.get(config.PWD_URL).text.strip()
|
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()
|
ssh_key_passwd = requests.get(config.SSH_KEY_PWD_URL).text.strip()
|
||||||
log("Got password :", ssh_key_passwd)
|
log("Got ssh passphrase")
|
||||||
|
|
||||||
|
|
||||||
class Drive():
|
class Drive():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user