Fix the nightly bug

This commit is contained in:
Howard Abrams 2026-09-03 21:46:18 -07:00
parent 427d534d5e
commit 1675ba6455
2 changed files with 23 additions and 19 deletions

View file

@ -1,24 +1,6 @@
# -*- mode:yaml-ts; -*- # -*- mode:yaml-ts; -*-
--- ---
tasks: tasks:
- text: "Treat Yo'self"
notes: |-
Can we make cool lists?
• Amazeballs
• Deez nuts
recurrence:
type: flex
day: Wednesday
- text: Play a Puzzle Game
notes: |
Treat yo\'self with a game, like:
• Tarot puzzle
• Bordergrams
recurrence:
type: flex
day: Thursday
- text: Water Indoor Plants - text: Water Indoor Plants
type: todo type: todo
priority: 1 # 0.1: Trivial, 1: Easy, 1.5: Medium, 2: Hard priority: 1 # 0.1: Trivial, 1: Easy, 1.5: Medium, 2: Hard
@ -150,3 +132,21 @@ tasks:
recurrence: recurrence:
type: flex type: flex
day: first Saturday of February day: first Saturday of February
- text: "Enjoy Coffee with Rob"
notes: |-
Can we make cool lists?
• Amazeballs
• Deez nuts
recurrence:
type: flex
day: Friday
- text: Play a Puzzle Game
notes: |
Treat yo\'self with a game, like:
• Tarot puzzle
• Bordergrams
recurrence:
type: flex
day: Saturday

View file

@ -8,5 +8,9 @@ git pull origin main > .latest-gitrun.txt 2>&1
# Step Two ... start the virtual environment... # Step Two ... start the virtual environment...
source .venv/bin/activate source .venv/bin/activate
# Step Three ... run the script: # Step Three ... get the environment variables:
source .env.sh
# Step Four ... run the script:
python ./habitica_sync.py > .latest-run.txt 2>&1 python ./habitica_sync.py > .latest-run.txt 2>&1