's'
This commit is contained in:
7
main.py
7
main.py
@@ -1166,7 +1166,9 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
|
||||
print(f"\r{record_name} 等待直播... ")
|
||||
|
||||
# 直接退出线程eric
|
||||
return
|
||||
# return
|
||||
# 继续循环
|
||||
continue
|
||||
|
||||
if start_pushed:
|
||||
if over_show_push:
|
||||
@@ -1189,7 +1191,8 @@ def start_record(url_data: tuple, count_variable: int = -1) -> None:
|
||||
# 检查是否已有直播在录制
|
||||
if len(recording) > 0 :
|
||||
# 如果已有直播在录制,跳过这次录制(主播在线)
|
||||
return # 或者 continue,如果在循环中
|
||||
# return
|
||||
continue #如果在循环中
|
||||
|
||||
if live_status_push and not start_pushed:
|
||||
if begin_show_push:
|
||||
|
||||
Reference in New Issue
Block a user