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