Skip to content

Commit fcd8aa9

Browse files
author
Jiri Hnidek
committed
Call callback method with right params.
1 parent be28a53 commit fcd8aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vrsent/verse_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def cb_receive_user_authenticate(self, username, methods):
112112
"""
113113
# Call parent method to print debug information
114114
if self.debug_print is True:
115-
super(VerseSession, self).cb_receive_user_authenticate(username, self.password)
115+
super(VerseSession, self).cb_receive_user_authenticate(username, methods)
116116
# Default method to get username and password
117117
if username == "":
118118
if self.username is None:

0 commit comments

Comments
 (0)