|
@@ -67,7 +67,7 @@ class VxMessage():
|
|
data = shipinhaoVdieo.get_videoList(vx_message, channle)
|
|
data = shipinhaoVdieo.get_videoList(vx_message, channle)
|
|
else:
|
|
else:
|
|
print(f"该消息类型不做处理{msg_type}")
|
|
print(f"该消息类型不做处理{msg_type}")
|
|
- break
|
|
|
|
|
|
+ return
|
|
with open('/root/single_video_crawler/id', 'w') as file:
|
|
with open('/root/single_video_crawler/id', 'w') as file:
|
|
file.write(str(id+1))
|
|
file.write(str(id+1))
|
|
# 获取当前时间
|
|
# 获取当前时间
|