Remove empty _random_string declaration
This commit is contained in:
parent
0e6bcb5af0
commit
f7f476e40b
1 changed files with 0 additions and 2 deletions
|
@ -51,8 +51,6 @@ class Module(ModuleManager.BaseModule):
|
||||||
(None, None))
|
(None, None))
|
||||||
return hash, salt
|
return hash, salt
|
||||||
|
|
||||||
def _random_string(self, n):
|
|
||||||
|
|
||||||
def _make_salt(self):
|
def _make_salt(self):
|
||||||
return base64.b64encode(os.urandom(64)).decode("utf8")
|
return base64.b64encode(os.urandom(64)).decode("utf8")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue