Commit a277ce95 authored by litaolemo's avatar litaolemo

update

parent d7a63021
......@@ -34,7 +34,7 @@ if __name__ == "__main__":
cursorclass=pymysql.cursors.DictCursor)
zhengxing_cursor = db_zhengxing_eagle.cursor()
for count_date in range(0,60):
for count_date in range(0,5):
tag_names_list_week = []
date = datetime.datetime.now().date() - datetime.timedelta(days=count_date)
print(str(date))
......
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