Commit 59ba0f3e authored by lixiaofang's avatar lixiaofang

add

parent b8f0c9ba
......@@ -359,6 +359,10 @@ def pictorial_activity_sort(activity_id=0, offset=0, size=10, sort_type=1):
now = int(time.mktime(now.timetuple()))
activity_status = int(time.mktime(activity_status.timetuple()))
logging.info("get now:%s" % now)
logging.info("get activity_status:%s" % activity_status)
pictorial_ids_list = []
if sort_type == 1:
redis_key = "pictorial:activity:vote:id:" + str(activity_id)
......
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