Update telnet.py

This commit is contained in:
Elmon11 2020-11-24 08:12:17 +01:00 committed by GitHub
parent 49de9dce2d
commit 22155d9d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
import time
import checks
from telnetlib import Telnet
class telnet():
class telnet:
def __init__(self, ip, port, username, password):
self.ip = ip
self.port = port