bugfix
This commit is contained in:
parent
92c5c8e21c
commit
c31fbde37d
@ -3,7 +3,7 @@
|
|||||||
from socket import *
|
from socket import *
|
||||||
import json
|
import json
|
||||||
from appPublic.sockPackage import get_free_local_addr
|
from appPublic.sockPackage import get_free_local_addr
|
||||||
from background import Background
|
from appPublic.background import Background
|
||||||
BUFSIZE = 1024
|
BUFSIZE = 1024
|
||||||
class BroadcastServer:
|
class BroadcastServer:
|
||||||
def __init__(self, port, info):
|
def __init__(self, port, info):
|
||||||
|
Loading…
Reference in New Issue
Block a user