This commit is contained in:
DingZQ
2025-03-19 22:23:04 +08:00
parent e56e3e0078
commit 2d6f8d8d68

View File

@@ -15,7 +15,7 @@ def query_all_records_by_date_with_type_flow(date: str):
def auto_cache_data():
redis_client = redis.redis(host='localhost', port=6379, db=0)
redis_client = redis.Redis(host='localhost', port=6379, db=0)
items = ['queryallrecordsbydatewithtype_[DATE]_flow']