Commit f59b999a authored by litaolemo's avatar litaolemo

update

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