Skip to content

Commit

Permalink
fixed Database.update_password() added verbose message for passwd update
Browse files Browse the repository at this point in the history
  • Loading branch information
Equat-ion committed Jan 21, 2025
1 parent 51aef54 commit cf49567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ def update_password(self, service, userid, new_enc_passwd):

break

self.write_data(data)
self.write_data(data)
print(f"Password for {service} updated successfully!")

0 comments on commit cf49567

Please sign in to comment.