ich geh behindert

This commit is contained in:
2025-06-05 01:34:10 +02:00
parent 0ae23e5272
commit 375c48d72f
478 changed files with 11113 additions and 231267 deletions

View File

@@ -34,7 +34,7 @@ def test_database_connection():
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
try:
from config.settings import DATABASE_PATH
from utils.settings import DATABASE_PATH
db_file = DATABASE_PATH
except ImportError:
# Fallback für lokale Ausführung
@@ -134,7 +134,7 @@ def test_network_connectivity():
try:
# Verwende konfigurierten Datenbankpfad
try:
from config.settings import DATABASE_PATH
from utils.settings import DATABASE_PATH
db_file = DATABASE_PATH
except ImportError:
db_file = os.path.join('database', 'myp.db')
@@ -207,7 +207,7 @@ def test_tapo_connections():
try:
# Verwende konfigurierten Datenbankpfad
try:
from config.settings import DATABASE_PATH
from utils.settings import DATABASE_PATH
db_file = DATABASE_PATH
except ImportError:
db_file = os.path.join('database', 'myp.db')