restructure passwords

This commit is contained in:
2019-11-05 17:36:44 +01:00
parent 8964decb7e
commit 7796f7e7ad
13 changed files with 5 additions and 6 deletions

View File

@@ -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]