liqian 2 years ago
parent
commit
179cae3c19
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ad_predict_user_data_process.py
  2. 1 1
      ad_predict_video_data_process.py

+ 1 - 1
ad_predict_user_data_process.py

@@ -142,7 +142,7 @@ def timer_check():
     if data_count > 0:
         print(f"ad predict user data count = {data_count}")
         # 数据准备好,进行更新
-        user_data_process(project=project, table=table, dt=dt, app_type=0)
+        user_data_process(project=project, table=table, dt=dt, app_type=5)
         print(f"ad predict user data update end!")
     else:
         # 数据没准备好,1分钟后重新检查

+ 1 - 1
ad_predict_video_data_process.py

@@ -161,7 +161,7 @@ def timer_check():
     if data_count > 0:
         print(f"ad predict video data count = {data_count}")
         # 数据准备好,进行更新
-        video_data_process(project=project, table=table, dt=dt, app_type=0)
+        video_data_process(project=project, table=table, dt=dt, app_type=5)
         print(f"ad predict video data update end!")
     else:
         # 数据没准备好,1分钟后重新检查