|
@@ -341,7 +341,7 @@ class XiaoniangaoHourScheduling:
|
|
|
"{publish_time_str}",
|
|
|
{play_cnt},
|
|
|
{int(time.time())},
|
|
|
- "{time.strftime("%Y-%y-%d %H:%M:%S", time.localtime(int(time.time())))}"
|
|
|
+ "{time.strftime("%Y-%m-%d %H:%M:%S", time.localtime(int(time.time())))}"
|
|
|
)"""
|
|
|
Common.logger(log_type, crawler).info(f"insert_sql:{insert_sql}")
|
|
|
MysqlHelper.update_values(log_type, crawler, insert_sql, env)
|