mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-27 19:19:54 +00:00
Merge pull request #138 from rhcarvalho/patch-2
Set default argument value.
This commit is contained in:
commit
999f1932cc
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class CRAM_MD5(Mechanism):
|
|||
if 'savepass' not in self.values:
|
||||
del self.values['password']
|
||||
|
||||
def process(self, challenge):
|
||||
def process(self, challenge=None):
|
||||
"""
|
||||
"""
|
||||
if challenge is None:
|
||||
|
|
Loading…
Reference in a new issue