Forgot empty function
This commit is contained in:
parent
21115979c4
commit
ef0cdf8e14
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@ def get_password(key):
|
||||||
redis_client.delete(key)
|
redis_client.delete(key)
|
||||||
return password
|
return password
|
||||||
|
|
||||||
|
def empty(value):
|
||||||
|
if not value:
|
||||||
|
return True
|
||||||
|
|
||||||
def clean_input():
|
def clean_input():
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue