www-data 8 years ago
parent
commit
fc73b4b44f
  1. 1
      djing/lib/tln/tln.py

1
djing/lib/tln/tln.py

@ -45,6 +45,7 @@ class TelnetApi(Telnet):
if timeout: if timeout:
self._timeout = timeout self._timeout = timeout
self._prompt_string = prompt_string or b'ZTE#' self._prompt_string = prompt_string or b'ZTE#'
self.config_level = []
super().__init__(*args, **kwargs) super().__init__(*args, **kwargs)
def write(self, buffer: bytes) -> None: def write(self, buffer: bytes) -> None:

Loading…
Cancel
Save