Marius 5 месяцев назад
Родитель
Сommit
0c91e75e1a
2 измененных файлов с 1 добавлено и 0 удалено
  1. BIN
      .DS_Store
  2. 1 0
      defaults/config.yaml

+ 1 - 0
defaults/config.yaml

@@ -3,6 +3,7 @@ dependencies:
   - datetime
 
 # 2. Define jobs (Script Name + Cron Schedule)
+# Helpful cron editor https://crontab.guru
 jobs:
   - script: "hello_world.py"
     schedule: "* * * * *"      # Runs every minute