SpreadSheets600 / Password-Manager

A Simple Aesthetic Password Manager
6 stars 17 forks source link

__del__ method added #6

Closed ritishab0209 closed 2 days ago

ritishab0209 commented 2 days ago

I've added the del method to ensure the database connection is properly closed when the databse object is no longer in use. If there are no passwords found in the database when you request all passwords or search for specific ones, the program will return an empty list instead of leaving you with nothing.

SpreadSheets600 commented 2 days ago

@ritishab0209 thank you very much, indeed an important addition