This commit is contained in:
yumoqing 2020-09-26 22:25:56 +08:00
parent 92c5c8e21c
commit c31fbde37d

View File

@ -3,7 +3,7 @@
from socket import *
import json
from appPublic.sockPackage import get_free_local_addr
from background import Background
from appPublic.background import Background
BUFSIZE = 1024
class BroadcastServer:
def __init__(self, port, info):