save mixes to the db

This commit is contained in:
cwilvx
2024-11-17 21:38:51 +03:00
parent ef4ecc2499
commit dd2bb16a8c
5 changed files with 79 additions and 34 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class Mixes(CronJob):
"""
name: str = "mixes"
hours: int = 1
hours: int = 6
def __init__(self):
super().__init__()