Forgot empty function

This commit is contained in:
James W Thorne 2017-01-17 18:17:24 -06:00
parent 21115979c4
commit ef0cdf8e14

View file

@ -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():
""" """