'Add
This commit is contained in:
10
auto_cache.py
Normal file
10
auto_cache.py
Normal file
@@ -0,0 +1,10 @@
|
||||
import schedule
|
||||
import time
|
||||
import shutil
|
||||
|
||||
def auto_cache_data():
|
||||
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
auto_cache_data()
|
||||
Reference in New Issue
Block a user