mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
properly setup crons
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class Mixes(CronJob):
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
super().__init__("mixes", 5)
|
||||
super().__init__("mixes", 1)
|
||||
|
||||
def run(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user