import arlo

This commit is contained in:
konjacpotato
2025-11-05 21:00:19 +08:00
commit 2c8426d543
69 changed files with 789 additions and 0 deletions

4
config/config.py Normal file
View File

@ -0,0 +1,4 @@
# scheduler name
scheduler_name = 'arlo'
# scheduler interval in seconds
scheduler_interval = 300