ソースを参照

Merge branch 'feature/luojunhui-20250709-get_off_videos_improve' of luojunhui/LongArticlesJob into master

luojunhui 1 週間 前
コミット
38fd51d58f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      getOffVideosDaily.py

+ 2 - 2
getOffVideosDaily.py

@@ -8,7 +8,7 @@ import traceback
 
 from tqdm import tqdm
 
-from applications import PQMySQL, PQAPI, log, bot
+from applications import longArticlesMySQL, PQAPI, log, bot
 
 EXPIRE_TIME = 3 * 24 * 60 * 60
 
@@ -28,7 +28,7 @@ class AutoGetOffVideos(object):
         :return:
         """
         try:
-            self.db_client = PQMySQL()
+            self.db_client = longArticlesMySQL()
         except Exception as e:
             error_msg = traceback.format_exc()
             bot(