Skip to content

Commit

Permalink
Improved user class
Browse files Browse the repository at this point in the history
  • Loading branch information
LemmyMwaura committed Feb 21, 2022
1 parent 4be1412 commit 027a903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def __init__(self, user_name, password):
self.user_name = user_name
self.password = password
self.id = User.number_of_users + 1
self.credentials = []
self.credential_list = []
User.add_user()

def save_user(self):
Expand Down

0 comments on commit 027a903

Please sign in to comment.