restructure passwords
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
from subprocess import check_output
|
||||
|
||||
def get_pass(account):
|
||||
return check_output("pass Mail/" + account, shell=True).splitlines()[0]
|
||||
return check_output("pass " + account, shell=True).splitlines()[0]
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user