From 612c1b922f5a05d72f2adbc62ccb0c414cadf6f7 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sat, 19 Apr 2025 11:18:24 +0800 Subject: [PATCH] Refine --- auto_cache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto_cache.py b/auto_cache.py index a389a08..3c7dfb1 100644 --- a/auto_cache.py +++ b/auto_cache.py @@ -42,7 +42,7 @@ def queryallrecordsbydate(querydate: str, redis_client: redis.Redis): redis_client.set(cache_key, msgpack.packb(nodes_links, default=encode_datetime)) def queryallrecordsbydate_by_url(querydate: str): - print(f'queryallrecordsbydateproperty: {querydate}') + print(f'queryallrecordsbydate: {querydate}') try: response = urllib.request.urlopen( @@ -62,7 +62,7 @@ def queryallscadarecordsbydate(querydate: str, redis_client: redis.Redis): redis_client.set(cache_key, msgpack.packb(result_dict, default=encode_datetime)) def queryallscadarecordsbydate_by_url(querydate: str): - print(f'queryallscadarecordsbydate_by_url: {querydate}') + print(f'queryallscadarecordsbydate: {querydate}') try: response = urllib.request.urlopen(