removed main from the server module. forgot it was there

master
Greg Gauthier 3 years ago
parent deb3e1ca62
commit 2e9fae3d4c
  1. 4
      echo_server.py

@ -1,8 +1,4 @@
import socket
from multiprocessing import Process
from random import randint
from os import getpid
from time import sleep
class EchoServer:

Loading…
Cancel
Save