remove printing accounts
This commit is contained in:
@@ -376,7 +376,6 @@ if __name__ == "__main__":
|
|||||||
else:
|
else:
|
||||||
print("This value must be one of the following characters: n, q.")
|
print("This value must be one of the following characters: n, q.")
|
||||||
accounts = read_config_file(secrets_config_file)
|
accounts = read_config_file(secrets_config_file)
|
||||||
print(accounts)
|
|
||||||
print("Current Bitwarden accounts:")
|
print("Current Bitwarden accounts:")
|
||||||
print(" ")
|
print(" ")
|
||||||
for account in accounts:
|
for account in accounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user