diff --git a/__pycache__/models.cpython-313.pyc b/__pycache__/models.cpython-313.pyc index 3844fb7..49bc790 100644 Binary files a/__pycache__/models.cpython-313.pyc and b/__pycache__/models.cpython-313.pyc differ diff --git a/static/neural-network-background.js b/static/neural-network-background.js index 55b881d..1f86b2d 100644 --- a/static/neural-network-background.js +++ b/static/neural-network-background.js @@ -71,7 +71,7 @@ class NeuralNetworkBackground { // Konfigurationsobjekt für schlangenartige, leuchtende Blitze und permanentes Netzwerk this.config = { - nodeCount: 180, // Weniger Knoten für klarere Strukturen + nodeCount: 80, // Weniger Knoten für klarere Strukturen nodeSize: 3.2, // Etwas größere Knoten für bessere Sichtbarkeit nodeVariation: 12, // Reduzierte Varianz für konsistenteres Erscheinungsbild connectionDistance: 320, // Größere Verbindungsdistanz für weitläufigeres Netzwerk diff --git a/utils/__pycache__/__init__.cpython-313.pyc b/utils/__pycache__/__init__.cpython-313.pyc index 032f9c9..fb28d80 100644 Binary files a/utils/__pycache__/__init__.cpython-313.pyc and b/utils/__pycache__/__init__.cpython-313.pyc differ diff --git a/utils/__pycache__/db_check.cpython-313.pyc b/utils/__pycache__/db_check.cpython-313.pyc index d3bf2ad..2489e33 100644 Binary files a/utils/__pycache__/db_check.cpython-313.pyc and b/utils/__pycache__/db_check.cpython-313.pyc differ diff --git a/utils/__pycache__/db_fix.cpython-313.pyc b/utils/__pycache__/db_fix.cpython-313.pyc index a3db687..7ee884d 100644 Binary files a/utils/__pycache__/db_fix.cpython-313.pyc and b/utils/__pycache__/db_fix.cpython-313.pyc differ diff --git a/utils/__pycache__/db_rebuild.cpython-313.pyc b/utils/__pycache__/db_rebuild.cpython-313.pyc index 8e4ac13..979e135 100644 Binary files a/utils/__pycache__/db_rebuild.cpython-313.pyc and b/utils/__pycache__/db_rebuild.cpython-313.pyc differ diff --git a/utils/__pycache__/db_test.cpython-313.pyc b/utils/__pycache__/db_test.cpython-313.pyc index 098065f..2be7b9b 100644 Binary files a/utils/__pycache__/db_test.cpython-313.pyc and b/utils/__pycache__/db_test.cpython-313.pyc differ diff --git a/utils/__pycache__/server.cpython-313.pyc b/utils/__pycache__/server.cpython-313.pyc index e7a51f4..47a8b31 100644 Binary files a/utils/__pycache__/server.cpython-313.pyc and b/utils/__pycache__/server.cpython-313.pyc differ diff --git a/utils/__pycache__/user_manager.cpython-313.pyc b/utils/__pycache__/user_manager.cpython-313.pyc index 398b652..3f36b2c 100644 Binary files a/utils/__pycache__/user_manager.cpython-313.pyc and b/utils/__pycache__/user_manager.cpython-313.pyc differ