self.logger.info("Replaced existing stream {} because its password protection period is over ({}/{})".format(existing_stream,existing_stream.inactive_since(),self.password_protection_period))
self.logger.info("Replaced existing stream with {} because its password protection period is over ({}/{})".format(existing_stream,existing_stream.inactive_since(),self.password_protection_period))
existing_stream=stream
existing_stream=stream
self.streams[i]=existing_stream
returnTrue
returnTrue
self.logger.info("Didn't accept new stream {}, because a existing stream is protected".format(stream))
self.logger.info("Didn't accept new stream {}, because a existing stream is protected".format(stream))