mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
变量名写错了 (#2249)
This commit is contained in:
parent
294e9e7d4b
commit
ae49b2a8e1
@ -387,7 +387,7 @@ if __name__ == "__main__":
|
|||||||
p.start()
|
p.start()
|
||||||
process_list.append(p)
|
process_list.append(p)
|
||||||
|
|
||||||
for i in process_list:
|
for p in process_list:
|
||||||
p.join()
|
p.join()
|
||||||
|
|
||||||
print("end")
|
print("end")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user