diff --git a/auto_cache.py b/auto_cache.py index 8b032f3..ec1b150 100644 --- a/auto_cache.py +++ b/auto_cache.py @@ -4,6 +4,11 @@ import datetime import shutil import redis import urllib.request +import influxdb_api + +########################## +# 需要用Python 3.12 来运行才能提高performance +########################## def queryallrecordsbydate(querydate: str, redis_client: redis.Redis): cache_key = f"queryallrecordsbydate_{querydate}"