mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update telnet.py
This commit is contained in:
parent
49de9dce2d
commit
22155d9d0d
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
import time
|
import time
|
||||||
import checks
|
|
||||||
|
|
||||||
from telnetlib import Telnet
|
from telnetlib import Telnet
|
||||||
|
|
||||||
class telnet():
|
class telnet:
|
||||||
def __init__(self, ip, port, username, password):
|
def __init__(self, ip, port, username, password):
|
||||||
self.ip = ip
|
self.ip = ip
|
||||||
self.port = port
|
self.port = port
|
||||||
|
|
Loading…
Reference in a new issue