- Fixed default data-dir in auto_update_and_learn.py (was pointing to old iCloud path) - Updated run_update_and_learn.sh to explicitly pass correct data-dir - Now saves data to /Projekte/Lotto/data instead of iCloud This ensures automatic updates save to the correct location. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
5 lines
189 B
Bash
Executable File
5 lines
189 B
Bash
Executable File
#!/bin/bash
|
|
cd "/Users/sebastianfrohlich/Projekte/Lotto"
|
|
source venv/bin/activate
|
|
python scripts/automation/auto_update_and_learn.py --data-dir /Users/sebastianfrohlich/Projekte/Lotto/data
|