import peter

This commit is contained in:
konjacpotato
2025-11-12 20:42:16 +08:00
commit 8c1a740f0b
147 changed files with 2763 additions and 0 deletions

0
config/__init__.py Normal file
View File

Binary file not shown.

Binary file not shown.

4
config/config.py Normal file
View File

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