Fix the nightly bug
This commit is contained in:
parent
427d534d5e
commit
1675ba6455
2 changed files with 23 additions and 19 deletions
|
|
@ -1,24 +1,6 @@
|
|||
# -*- mode:yaml-ts; -*-
|
||||
---
|
||||
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
|
||||
type: todo
|
||||
priority: 1 # 0.1: Trivial, 1: Easy, 1.5: Medium, 2: Hard
|
||||
|
|
@ -150,3 +132,21 @@ tasks:
|
|||
recurrence:
|
||||
type: flex
|
||||
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
|
||||
|
|
|
|||
|
|
@ -8,5 +8,9 @@ git pull origin main > .latest-gitrun.txt 2>&1
|
|||
# Step Two ... start the virtual environment...
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue