zhangbo 1 år sedan
förälder
incheckning
7699119b18
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      alg_recsys_recall_4h_region_trend_task.sh

+ 1 - 1
alg_recsys_recall_4h_region_trend_task.sh

@@ -15,7 +15,7 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
   echo "all done"
 elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
 #  cd /root/zhangbo/rov-offline
-  /root/anaconda3/bin/python alg_recsys_recall_4h_region_trend.py
+  /root/anaconda3/bin/python alg_recsys_recall_4h_region_trend.py $cur_time $cur_h
   echo "结束执行时间:{$(date "+%Y-%m-%d %H:%M:%S")}"
   echo "all done"
 fi