def clear():
try:
keyring.delete_password(APP_NAME, getuser())
except keyring.errors.PasswordDeleteError:
# Password did not exist, or we have no rights to access it
# We can just silently ignore this
pass