for i in self.uselin:
            if i['username'] == user:
                s += "INSTANCE=" + i['hash'] + "\n"
                break