This commit is contained in:
沈瑗杰 2021-01-23 21:35:20 +08:00
parent 027825147d
commit 7da457553f

View File

@ -16,7 +16,7 @@ from pyglet.resource import image
class RenderThread(mp.Process, pyglet.window.Window):
def __init__(self, dev_list, dev_dic):
# father class __init__()
# do father class __init__()
Window.__init__(self)
mp.Process.__init__(self)
# value