From 8de62c4b5da98aa8c684b8f82feb0adf52848475 Mon Sep 17 00:00:00 2001 From: crp3844 Date: Wed, 7 Sep 2022 10:43:05 -0400 Subject: [PATCH] forgot ini file --- bitwardenBackup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitwardenBackup.py b/bitwardenBackup.py index 963cbe6..1f20c01 100644 --- a/bitwardenBackup.py +++ b/bitwardenBackup.py @@ -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(" ")