forgot ini file

This commit is contained in:
crp3844
2022-09-07 10:43:05 -04:00
parent a8cb3ca250
commit 8de62c4b5d

View File

@@ -322,7 +322,7 @@ if __name__ == "__main__":
else:
print("This value must be one of the following characters: n, q.")
while True:
accounts = read_config_file
accounts = read_config_file(secrets_ini_file)
print(accounts)
print("Current Bitwarden accounts:")
print(" ")