From 04875c6615640cf302897b1098003c18054a2e02 Mon Sep 17 00:00:00 2001 From: GandC Snow Date: Mon, 25 Oct 2021 10:37:20 +0300 Subject: [PATCH] fix --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index e6803e2..d3b24be 100644 --- a/server.py +++ b/server.py @@ -1,6 +1,6 @@ ## ## ##/dev/udp/ip/port## -from irc import client +from irc import client, connection from socket import socket, AF_INET, SOCK_DGRAM from configparser import ConfigParser from os import chdir, path