|
@@ -194,7 +194,7 @@ class AiCheckAndUpTOFullCreative(tornado.web.RequestHandler):
|
|
limit 1
|
|
limit 1
|
|
""" % account_id
|
|
""" % account_id
|
|
df = pd.read_sql(sql, engine)
|
|
df = pd.read_sql(sql, engine)
|
|
- image_cnt = df['image_cnt'].values[0]
|
|
|
|
|
|
+ image_cnt = int(df['image_cnt'].values[0])
|
|
|
|
|
|
# 3-1 从 ctop_kuaishou_creative 获取当天该账户到此刻 已经创建的创意个数
|
|
# 3-1 从 ctop_kuaishou_creative 获取当天该账户到此刻 已经创建的创意个数
|
|
video_cnt = 0
|
|
video_cnt = 0
|