Skip to content

Commit

Permalink
fix apgument issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Jul 16, 2024
1 parent 1264b75 commit 5d05dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def pre():
self.password_page = self.new_page_input(
_("Enter new password"), after_userdata)

def after_userdata(x):
def after_userdata(*args, **kwargs):
password1 = self.password_page.entry.get_text()
password2 = self.password_page.entry_second.get_text()

Expand Down

0 comments on commit 5d05dd0

Please sign in to comment.