Files
TJWaterServer/auto_cache.py
DingZQ fb2f6aee80 'Add
2025-03-19 21:57:58 +08:00

11 lines
122 B
Python

import schedule
import time
import shutil
def auto_cache_data():
if __name__ == "__main__":
auto_cache_data()