11 lines
122 B
Python
11 lines
122 B
Python
import schedule
|
|
import time
|
|
import shutil
|
|
|
|
def auto_cache_data():
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
auto_cache_data()
|