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(