소스 검색

disable line notify

ming 3 년 전
부모
커밋
64efd28e29
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -545,7 +545,7 @@ def gen_video_long_queue(name_hash,name,text_content, image_urls,avatar,multiLan
         except Exception as e:
             logging.error(traceback.format_exc())
             print('video generation error')
-            notify_group('長影片錯誤-測試')
+            #notify_group('長影片錯誤-測試')
         db['video_queue'].delete(id=top1['id'])
         db.query('UPDATE video_queue_status SET status = 0')