kleines Update . #35

Merged
daniel merged 2 commits from dev_gui into master 2026-05-22 11:28:17 +02:00
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -18,3 +18,5 @@ env/
# 5. IDE / Editor Einstellungen
.vscode/
.idea/
data_trans.py

View File

@ -60,7 +60,8 @@ pip install \
nicegui \
requests \
python-dotenv \
mariadb
mariadb \
schedule
echo "✅ Pakete installiert. Starte Liga Service ..."