Commit 1e784e5a authored by 张彦钊's avatar 张彦钊

delete prints

parent 90cddbc5
......@@ -11,7 +11,6 @@ from userProfile import get_active_users
from sklearn.preprocessing import MinMaxScaler
import time
from config import *
import os
def get_video_id():
......
......@@ -39,6 +39,7 @@ def get_active_users():
device_temp_list))
if predict_list == []:
print('没有尾号是6和目标用户')
time.sleep(56)
return []
else:
df = df.loc[df["device_id"].isin(predict_list)]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment