diff --git a/main.py b/main.py index 13153d2..84cf618 100644 --- a/main.py +++ b/main.py @@ -19,10 +19,6 @@ class ChatObj(object): self.discord_chan = discord_chan chats[discord_chan] = self - def __del__(self): - print("test ssvp") - del self - def chat_init(self): try: self.sock.connect((server, port))