AntonMuravlev

Results 1 issues of AntonMuravlev

Hello! If device params dict has wrong secret password CiscoTelnet instance will have wrong "prompt" = "#" ``` if match_index == 0 and secret: self._write_line("enable") self._read_until("Password") self._write_line(secret) self._read_until("#") #We have...