def store_password_in_keyring(host, username, password): keyring.set_password('glog_' + host, username, password)