The provided list appears to be a series of files and directories that were once part of a Node.js project, possibly related to a web application or API. Here's a brief overview:

This commit is contained in:
2025-06-20 06:58:09 +02:00
parent aa5dacbdd0
commit 3178003a00
37 changed files with 323 additions and 17 deletions

76
backend/.gitignore vendored Normal file
View File

@ -0,0 +1,76 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Logs
logs/
*.log
# Database
*.db
*.db-wal
*.db-shm
database/
# Instance/Session files
instance/
*.pkl
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Node
node_modules/
# Environment variables
.env
.env.local
# SSL certificates
*.pem
*.key
*.crt
# Uploads
uploads/
# Backup files
backup/
*.bak
# Test files
.pytest_cache/
.coverage
htmlcov/
# Startup test logs
startup_test*.log

Binary file not shown.

View File

@ -1,5 +0,0 @@
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.
#HttpOnly_127.0.0.1 FALSE / FALSE 0 session .eJwNzTEKwzAQRNGrLFsbH0BdcgWXwQQlGXkFQoHZVVIY392ufvX4uz5Ly25wTY9dJa4oyC910qW-DTTU8AJrYJJbL8wb5D_4geTXhgbrMcu9RkB-oI8LdVkqBC5gx4hZ12OdrhXhpqnk5jhOdBgrow.aFSc0w.yZV4JQeY3snEYKbzk0zPgMe2--s

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +0,0 @@
File "app.py", line 84
session_string = f'{request.remote_addr}_{timestamp}'
^
SyntaxError: invalid syntax

View File

@ -58271,3 +58271,174 @@ WHERE users.role = ?]
2025-06-20 01:34:13 - [app] app - [DEBUG] DEBUG - Response: 2025-06-20 01:34:13 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 01:34:13 - [app] app - [DEBUG] DEBUG - Request: 2025-06-20 01:34:13 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 01:34:14 - [app] app - [DEBUG] DEBUG - Response: 2025-06-20 01:34:14 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:45:28 - [app] app - [INFO] INFO - Optimierte SQLite-Engine erstellt: backend/database/myp.db
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [CONFIG] Erkannte Umgebung:
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [CONFIG] Production-Modus:
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [CONFIG] Verwende Development-Konfiguration
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [DEVELOPMENT] Aktiviere Development-Konfiguration
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Konfiguration aktiviert
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Environment:
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Debug Mode:
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ SQL Echo:
2025-06-20 06:45:29 - [app] app - [INFO] INFO - SQLite für Raspberry Pi optimiert (reduzierte Cache-Größe, SD-Karten I/O)
2025-06-20 06:45:29 - [app] app - [INFO] INFO - Admin-Berechtigungen beim Start korrigiert: erstellt, aktualisiert
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [STARTUP] 🚀 Starte MYP -Umgebung
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [STARTUP] 🏢
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [STARTUP] 🔒 Air-Gapped:
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [STARTUP] Initialisiere Datenbank...
2025-06-20 06:45:29 - [app] app - [INFO] INFO - Datenbank mit Optimierungen initialisiert
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [STARTUP] ✅ Datenbank initialisiert
2025-06-20 06:45:29 - [app] app - [INFO] INFO - [STARTUP] Prüfe Initial-Admin...
2025-06-20 06:45:30 - [app] app - [INFO] INFO - Admin-Benutzer admin (admin@mercedes-benz.com) existiert bereits. Passwort wurde zurückgesetzt.
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] ✅ Admin-Benutzer geprüft
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] Initialisiere statische Drucker...
2025-06-20 06:45:30 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 1 (192.168.0.100)
2025-06-20 06:45:30 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 2 (192.168.0.101)
2025-06-20 06:45:30 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 3 (192.168.0.102)
2025-06-20 06:45:30 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 4 (192.168.0.103)
2025-06-20 06:45:30 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 5 (192.168.0.104)
2025-06-20 06:45:30 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 6 (192.168.0.106)
2025-06-20 06:45:30 - [app] app - [INFO] INFO - ✅ Statische Drucker-Initialisierung abgeschlossen: 0 erstellt, 6 aktualisiert
2025-06-20 06:45:30 - [app] app - [INFO] INFO - 📍 Alle Drucker sind für Standort 'TBA Marienfelde' konfiguriert
2025-06-20 06:45:30 - [app] app - [INFO] INFO - 🌐 IP-Bereich: 192.168.0.100-106 (außer .105)
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] ✅ Statische Drucker konfiguriert
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] Starte Queue Manager...
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] ✅ Queue Manager gestartet
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] Starte Job Scheduler...
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] ✅ Job Scheduler gestartet
2025-06-20 06:45:30 - [app] app - [INFO] INFO - [STARTUP] 🌐 Server startet auf http://:
2025-06-20 06:45:31 - [app] app - [INFO] INFO - Optimierte SQLite-Engine erstellt: backend/database/myp.db
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [CONFIG] Erkannte Umgebung:
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [CONFIG] Production-Modus:
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [CONFIG] Verwende Development-Konfiguration
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [DEVELOPMENT] Aktiviere Development-Konfiguration
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Konfiguration aktiviert
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Environment:
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ Debug Mode:
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [DEVELOPMENT] ✅ SQL Echo:
2025-06-20 06:45:32 - [app] app - [INFO] INFO - SQLite für Raspberry Pi optimiert (reduzierte Cache-Größe, SD-Karten I/O)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Admin-Berechtigungen beim Start korrigiert: erstellt, aktualisiert
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] 🚀 Starte MYP -Umgebung
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] 🏢
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] 🔒 Air-Gapped:
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] Initialisiere Datenbank...
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Datenbank mit Optimierungen initialisiert
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] ✅ Datenbank initialisiert
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] Prüfe Initial-Admin...
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Admin-Benutzer admin (admin@mercedes-benz.com) existiert bereits. Passwort wurde zurückgesetzt.
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] ✅ Admin-Benutzer geprüft
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] Initialisiere statische Drucker...
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 1 (192.168.0.100)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 2 (192.168.0.101)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 3 (192.168.0.102)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 4 (192.168.0.103)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 5 (192.168.0.104)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - Drucker aktualisiert: Drucker 6 (192.168.0.106)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - ✅ Statische Drucker-Initialisierung abgeschlossen: 0 erstellt, 6 aktualisiert
2025-06-20 06:45:32 - [app] app - [INFO] INFO - 📍 Alle Drucker sind für Standort 'TBA Marienfelde' konfiguriert
2025-06-20 06:45:32 - [app] app - [INFO] INFO - 🌐 IP-Bereich: 192.168.0.100-106 (außer .105)
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] ✅ Statische Drucker konfiguriert
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] Starte Queue Manager...
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] ✅ Queue Manager gestartet
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] Starte Job Scheduler...
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] ✅ Job Scheduler gestartet
2025-06-20 06:45:32 - [app] app - [INFO] INFO - [STARTUP] 🌐 Server startet auf http://:
2025-06-20 06:45:55 - [app] app - [INFO] INFO - Locating template 'calendar.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\calendar.html')
2025-06-20 06:45:55 - [app] app - [INFO] INFO - Locating template 'base.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\base.html')
2025-06-20 06:45:55 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:45:55 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:45:55 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:45:55 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:45:55 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:45:55 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:45:56 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:45:56 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:45:56 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:26 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:46:56 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:47:18 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:47:21 - [app] app - [INFO] INFO - ✅ Steckdosen-Status geloggt: Drucker 1, Status: disconnected, Quelle: system
2025-06-20 06:47:21 - [app] app - [DEBUG] DEBUG - 📊 Auto-Status protokolliert: Drucker ->
2025-06-20 06:47:23 - [app] app - [INFO] INFO - ✅ Steckdosen-Status geloggt: Drucker 2, Status: disconnected, Quelle: system
2025-06-20 06:47:23 - [app] app - [DEBUG] DEBUG - 📊 Auto-Status protokolliert: Drucker ->
2025-06-20 06:47:25 - [app] app - [INFO] INFO - ✅ Steckdosen-Status geloggt: Drucker 3, Status: disconnected, Quelle: system
2025-06-20 06:47:25 - [app] app - [DEBUG] DEBUG - 📊 Auto-Status protokolliert: Drucker ->
2025-06-20 06:47:26 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:47:26 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:47:27 - [app] app - [INFO] INFO - ✅ Steckdosen-Status geloggt: Drucker 4, Status: disconnected, Quelle: system
2025-06-20 06:47:27 - [app] app - [DEBUG] DEBUG - 📊 Auto-Status protokolliert: Drucker ->
2025-06-20 06:47:29 - [app] app - [INFO] INFO - ✅ Steckdosen-Status geloggt: Drucker 5, Status: disconnected, Quelle: system
2025-06-20 06:47:29 - [app] app - [DEBUG] DEBUG - 📊 Auto-Status protokolliert: Drucker ->
2025-06-20 06:47:31 - [app] app - [INFO] INFO - ✅ Steckdosen-Status geloggt: Drucker 6, Status: disconnected, Quelle: system
2025-06-20 06:47:31 - [app] app - [DEBUG] DEBUG - 📊 Auto-Status protokolliert: Drucker ->
2025-06-20 06:47:31 - [app] app - [DEBUG] DEBUG - ✅ Status-Updates für Drucker erfolgreich gespeichert
2025-06-20 06:47:31 - [app] app - [INFO] INFO - Locating template 'printers.html':
1: trying loader of application '__main__'
class: jinja2.loaders.FileSystemLoader
encoding: 'utf-8'
followlinks: False
searchpath:
- C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend\templates
-> found ('C:\\Users\\TTOMCZA.EMEA\\Dev\\Projektarbeit-MYP\\backend\\templates\\printers.html')
2025-06-20 06:47:31 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:47:31 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:47:31 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:48:02 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:48:02 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:48:31 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:48:31 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:49:01 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:49:01 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:49:31 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:49:31 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:50:01 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:50:01 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:50:31 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:50:31 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:51:01 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:51:01 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:51:32 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:51:32 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:52:02 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:52:02 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:53:21 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:53:21 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:54:21 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:54:21 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:55:21 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:55:21 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:56:21 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:56:21 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:57:21 - [app] app - [DEBUG] DEBUG - Request:
2025-06-20 06:57:21 - [app] app - [DEBUG] DEBUG - Response:
2025-06-20 06:57:48 - [app] app - [INFO] INFO - [SHUTDOWN] 🧹 Cleanup wird ausgeführt...
2025-06-20 06:57:48 - [app] app - [INFO] INFO - [SHUTDOWN] ✅ Queue Manager gestoppt
2025-06-20 06:57:48 - [app] app - [ERROR] ERROR - [SHUTDOWN] ❌ Cleanup-Fehler:

View File

@ -115,3 +115,7 @@ AttributeError: 'ConflictManager' object has no attribute 'detect_conflicts'
2025-06-20 01:11:27 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00 2025-06-20 01:11:27 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00
2025-06-20 01:15:45 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00 2025-06-20 01:15:45 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00
2025-06-20 01:22:44 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00 2025-06-20 01:22:44 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00
2025-06-20 06:45:54 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00
2025-06-20 06:45:55 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00
2025-06-20 06:46:26 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00
2025-06-20 06:46:56 - [calendar] calendar - [INFO] INFO - 📅 Kalender-Events abgerufen: 0 Einträge für Zeitraum 2025-06-14 22:00:00+00:00 bis 2025-06-21 22:00:00+00:00

View File

@ -402,3 +402,7 @@
2025-06-19 13:08:28 - [core_system] core_system - [INFO] INFO - 📊 Massive Konsolidierung: 6 Dateien → 1 Datei (88% Reduktion) 2025-06-19 13:08:28 - [core_system] core_system - [INFO] INFO - 📊 Massive Konsolidierung: 6 Dateien → 1 Datei (88% Reduktion)
2025-06-19 13:08:30 - [core_system] core_system - [INFO] INFO - ✅ Core System Management Module erfolgreich initialisiert 2025-06-19 13:08:30 - [core_system] core_system - [INFO] INFO - ✅ Core System Management Module erfolgreich initialisiert
2025-06-19 13:08:30 - [core_system] core_system - [INFO] INFO - 📊 Massive Konsolidierung: 6 Dateien → 1 Datei (88% Reduktion) 2025-06-19 13:08:30 - [core_system] core_system - [INFO] INFO - 📊 Massive Konsolidierung: 6 Dateien → 1 Datei (88% Reduktion)
2025-06-20 06:45:28 - [core_system] core_system - [INFO] INFO - ✅ Core System Management Module erfolgreich initialisiert
2025-06-20 06:45:28 - [core_system] core_system - [INFO] INFO - 📊 Massive Konsolidierung: 6 Dateien → 1 Datei (88% Reduktion)
2025-06-20 06:45:30 - [core_system] core_system - [INFO] INFO - ✅ Core System Management Module erfolgreich initialisiert
2025-06-20 06:45:30 - [core_system] core_system - [INFO] INFO - 📊 Massive Konsolidierung: 6 Dateien → 1 Datei (88% Reduktion)

View File

@ -933,3 +933,7 @@
2025-06-20 01:31:14 - [data_management] data_management - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion) 2025-06-20 01:31:14 - [data_management] data_management - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 01:31:18 - [data_management] data_management - [INFO] INFO - ✅ Data Management Module initialisiert 2025-06-20 01:31:18 - [data_management] data_management - [INFO] INFO - ✅ Data Management Module initialisiert
2025-06-20 01:31:18 - [data_management] data_management - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion) 2025-06-20 01:31:18 - [data_management] data_management - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 06:45:28 - [data_management] data_management - [INFO] INFO - ✅ Data Management Module initialisiert
2025-06-20 06:45:28 - [data_management] data_management - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 06:45:31 - [data_management] data_management - [INFO] INFO - ✅ Data Management Module initialisiert
2025-06-20 06:45:31 - [data_management] data_management - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)

View File

@ -55,3 +55,5 @@
2025-06-20 01:29:01 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen 2025-06-20 01:29:01 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen
2025-06-20 01:31:16 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen 2025-06-20 01:31:16 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen
2025-06-20 01:31:20 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen 2025-06-20 01:31:20 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen
2025-06-20 06:45:29 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen
2025-06-20 06:45:32 - [drucker_steuerung] drucker_steuerung - [INFO] INFO - 🖨️ Drucker-Steuerungs-Blueprint (Backend-Kontrolle) geladen

View File

@ -770,3 +770,5 @@
2025-06-20 01:29:01 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert 2025-06-20 01:29:01 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert
2025-06-20 01:31:16 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert 2025-06-20 01:31:16 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert
2025-06-20 01:31:20 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert 2025-06-20 01:31:20 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert
2025-06-20 06:45:29 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert
2025-06-20 06:45:32 - [energy_monitoring] energy_monitoring - [INFO] INFO - ✅ Energiemonitoring-Blueprint initialisiert

View File

@ -3560,3 +3560,12 @@
2025-06-20 01:28:59 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen 2025-06-20 01:28:59 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen
2025-06-20 01:31:14 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen 2025-06-20 01:31:14 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen
2025-06-20 01:31:18 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen 2025-06-20 01:31:18 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen
2025-06-20 06:45:28 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen
2025-06-20 06:45:31 - [hardware_integration] hardware_integration - [INFO] INFO - 🚀 Hardware Integration (Backend-Kontrolle) erfolgreich geladen
2025-06-20 06:47:18 - [hardware_integration] hardware_integration - [INFO] INFO - 🎯 DruckerSteuerung initialisiert - BACKEND ÜBERNIMMT KONTROLLE
2025-06-20 06:47:21 - [hardware_integration] hardware_integration - [ERROR] ERROR - ❌ Fehler beim Prüfen von Steckdose 192.168.0.100: HTTPConnectionPool(host='192.168.0.100', port=80): Max retries exceeded with url: /app (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001D00D4E86E0>, 'Connection to 192.168.0.100 timed out. (connect timeout=2)'))
2025-06-20 06:47:23 - [hardware_integration] hardware_integration - [ERROR] ERROR - ❌ Fehler beim Prüfen von Steckdose 192.168.0.101: HTTPConnectionPool(host='192.168.0.101', port=80): Max retries exceeded with url: /app (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001D00D5A9F90>, 'Connection to 192.168.0.101 timed out. (connect timeout=2)'))
2025-06-20 06:47:25 - [hardware_integration] hardware_integration - [ERROR] ERROR - ❌ Fehler beim Prüfen von Steckdose 192.168.0.102: HTTPConnectionPool(host='192.168.0.102', port=80): Max retries exceeded with url: /app (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001D00D5A9450>, 'Connection to 192.168.0.102 timed out. (connect timeout=2)'))
2025-06-20 06:47:27 - [hardware_integration] hardware_integration - [ERROR] ERROR - ❌ Fehler beim Prüfen von Steckdose 192.168.0.103: HTTPConnectionPool(host='192.168.0.103', port=80): Max retries exceeded with url: /app (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001D00D56B490>, 'Connection to 192.168.0.103 timed out. (connect timeout=2)'))
2025-06-20 06:47:29 - [hardware_integration] hardware_integration - [ERROR] ERROR - ❌ Fehler beim Prüfen von Steckdose 192.168.0.104: HTTPConnectionPool(host='192.168.0.104', port=80): Max retries exceeded with url: /app (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001D00D56AD70>, 'Connection to 192.168.0.104 timed out. (connect timeout=2)'))
2025-06-20 06:47:31 - [hardware_integration] hardware_integration - [ERROR] ERROR - ❌ Fehler beim Prüfen von Steckdose 192.168.0.106: HTTPConnectionPool(host='192.168.0.106', port=80): Max retries exceeded with url: /app (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x000001D00D5617F0>, 'Connection to 192.168.0.106 timed out. (connect timeout=2)'))

View File

@ -1797,3 +1797,10 @@
2025-06-20 01:31:18 - [job_queue_system] job_queue_system - [INFO] INFO - ✅ Job & Queue System Module initialisiert 2025-06-20 01:31:18 - [job_queue_system] job_queue_system - [INFO] INFO - ✅ Job & Queue System Module initialisiert
2025-06-20 01:31:18 - [job_queue_system] job_queue_system - [INFO] INFO - 📊 MASSIVE Konsolidierung: 4 Dateien → 1 Datei (75% Reduktion) 2025-06-20 01:31:18 - [job_queue_system] job_queue_system - [INFO] INFO - 📊 MASSIVE Konsolidierung: 4 Dateien → 1 Datei (75% Reduktion)
2025-06-20 01:31:20 - [job_queue_system] job_queue_system - [INFO] INFO - Queue Manager gestartet (Legacy-Kompatibilität) 2025-06-20 01:31:20 - [job_queue_system] job_queue_system - [INFO] INFO - Queue Manager gestartet (Legacy-Kompatibilität)
2025-06-20 06:45:28 - [job_queue_system] job_queue_system - [INFO] INFO - ✅ Job & Queue System Module initialisiert
2025-06-20 06:45:28 - [job_queue_system] job_queue_system - [INFO] INFO - 📊 MASSIVE Konsolidierung: 4 Dateien → 1 Datei (75% Reduktion)
2025-06-20 06:45:30 - [job_queue_system] job_queue_system - [INFO] INFO - Queue Manager gestartet (Legacy-Kompatibilität)
2025-06-20 06:45:31 - [job_queue_system] job_queue_system - [INFO] INFO - ✅ Job & Queue System Module initialisiert
2025-06-20 06:45:31 - [job_queue_system] job_queue_system - [INFO] INFO - 📊 MASSIVE Konsolidierung: 4 Dateien → 1 Datei (75% Reduktion)
2025-06-20 06:45:32 - [job_queue_system] job_queue_system - [INFO] INFO - Queue Manager gestartet (Legacy-Kompatibilität)
2025-06-20 06:57:48 - [job_queue_system] job_queue_system - [INFO] INFO - Queue Manager gestoppt (Legacy-Kompatibilität)

View File

@ -923,3 +923,7 @@
2025-06-20 01:31:16 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - 📊 MASSIVE Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion) 2025-06-20 01:31:16 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - 📊 MASSIVE Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 01:31:19 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - ✅ Monitoring & Analytics Module initialisiert 2025-06-20 01:31:19 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - ✅ Monitoring & Analytics Module initialisiert
2025-06-20 01:31:19 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - 📊 MASSIVE Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion) 2025-06-20 01:31:19 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - 📊 MASSIVE Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 06:45:29 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - ✅ Monitoring & Analytics Module initialisiert
2025-06-20 06:45:29 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - 📊 MASSIVE Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 06:45:32 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - ✅ Monitoring & Analytics Module initialisiert
2025-06-20 06:45:32 - [monitoring_analytics] monitoring_analytics - [INFO] INFO - 📊 MASSIVE Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)

View File

@ -487,3 +487,5 @@ WHERE user_permissions.user_id = ?
(Background on this error at: https://sqlalche.me/e/20/e3q8) (Background on this error at: https://sqlalche.me/e/20/e3q8)
2025-06-20 01:31:16 - [permissions] permissions - [INFO] INFO - Admin-Berechtigungen korrigiert: 0 erstellt, 0 aktualisiert 2025-06-20 01:31:16 - [permissions] permissions - [INFO] INFO - Admin-Berechtigungen korrigiert: 0 erstellt, 0 aktualisiert
2025-06-20 01:31:20 - [permissions] permissions - [INFO] INFO - Admin-Berechtigungen korrigiert: 0 erstellt, 0 aktualisiert 2025-06-20 01:31:20 - [permissions] permissions - [INFO] INFO - Admin-Berechtigungen korrigiert: 0 erstellt, 0 aktualisiert
2025-06-20 06:45:29 - [permissions] permissions - [INFO] INFO - Admin-Berechtigungen korrigiert: 0 erstellt, 0 aktualisiert
2025-06-20 06:45:32 - [permissions] permissions - [INFO] INFO - Admin-Berechtigungen korrigiert: 0 erstellt, 0 aktualisiert

View File

@ -2566,3 +2566,9 @@
2025-06-20 01:31:18 - [scheduler] scheduler - [INFO] INFO - Task check_jobs registriert: Intervall 30s, Enabled: True 2025-06-20 01:31:18 - [scheduler] scheduler - [INFO] INFO - Task check_jobs registriert: Intervall 30s, Enabled: True
2025-06-20 01:31:20 - [scheduler] scheduler - [INFO] INFO - Scheduler-Thread gestartet 2025-06-20 01:31:20 - [scheduler] scheduler - [INFO] INFO - Scheduler-Thread gestartet
2025-06-20 01:31:20 - [scheduler] scheduler - [INFO] INFO - Scheduler gestartet 2025-06-20 01:31:20 - [scheduler] scheduler - [INFO] INFO - Scheduler gestartet
2025-06-20 06:45:28 - [scheduler] scheduler - [INFO] INFO - Task check_jobs registriert: Intervall 30s, Enabled: True
2025-06-20 06:45:30 - [scheduler] scheduler - [INFO] INFO - Scheduler-Thread gestartet
2025-06-20 06:45:30 - [scheduler] scheduler - [INFO] INFO - Scheduler gestartet
2025-06-20 06:45:31 - [scheduler] scheduler - [INFO] INFO - Task check_jobs registriert: Intervall 30s, Enabled: True
2025-06-20 06:45:32 - [scheduler] scheduler - [INFO] INFO - Scheduler-Thread gestartet
2025-06-20 06:45:32 - [scheduler] scheduler - [INFO] INFO - Scheduler gestartet

View File

@ -1395,3 +1395,9 @@
2025-06-20 01:31:18 - [security_suite] security_suite - [INFO] INFO - ✅ Security Suite Module initialisiert 2025-06-20 01:31:18 - [security_suite] security_suite - [INFO] INFO - ✅ Security Suite Module initialisiert
2025-06-20 01:31:18 - [security_suite] security_suite - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion) 2025-06-20 01:31:18 - [security_suite] security_suite - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 01:31:20 - [security_suite] security_suite - [INFO] INFO - 🔒 Security Suite initialisiert 2025-06-20 01:31:20 - [security_suite] security_suite - [INFO] INFO - 🔒 Security Suite initialisiert
2025-06-20 06:45:28 - [security_suite] security_suite - [INFO] INFO - ✅ Security Suite Module initialisiert
2025-06-20 06:45:28 - [security_suite] security_suite - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 06:45:29 - [security_suite] security_suite - [INFO] INFO - 🔒 Security Suite initialisiert
2025-06-20 06:45:31 - [security_suite] security_suite - [INFO] INFO - ✅ Security Suite Module initialisiert
2025-06-20 06:45:31 - [security_suite] security_suite - [INFO] INFO - 📊 Massive Konsolidierung: 3 Dateien → 1 Datei (67% Reduktion)
2025-06-20 06:45:32 - [security_suite] security_suite - [INFO] INFO - 🔒 Security Suite initialisiert

View File

@ -3646,3 +3646,21 @@
2025-06-20 01:31:19 - [startup] startup - [INFO] INFO - 📁 Arbeitsverzeichnis: /cbin/C0S1-cernel/C02L2/Dateiverwaltung/nextcloud/core/files/3_Beruf_Ausbildung_und_Schule/IHK-Abschlussprüfung/Projektarbeit-MYP/backend 2025-06-20 01:31:19 - [startup] startup - [INFO] INFO - 📁 Arbeitsverzeichnis: /cbin/C0S1-cernel/C02L2/Dateiverwaltung/nextcloud/core/files/3_Beruf_Ausbildung_und_Schule/IHK-Abschlussprüfung/Projektarbeit-MYP/backend
2025-06-20 01:31:19 - [startup] startup - [INFO] INFO - ⏰ Startzeit: 2025-06-20T01:31:19.953074 2025-06-20 01:31:19 - [startup] startup - [INFO] INFO - ⏰ Startzeit: 2025-06-20T01:31:19.953074
2025-06-20 01:31:19 - [startup] startup - [INFO] INFO - ================================================== 2025-06-20 01:31:19 - [startup] startup - [INFO] INFO - ==================================================
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - ==================================================
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - [START] MYP Platform Backend wird gestartet...
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - 🐍 Python Version: 3.13.3 (tags/v3.13.3:6280bb5, Apr 8 2025, 14:47:33) [MSC v.1943 64 bit (AMD64)]
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - 💻 Betriebssystem: nt (win32)
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - 📁 Arbeitsverzeichnis: C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - ⏰ Startzeit: 2025-06-20T06:45:29.708314
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - 🪟 Windows-Modus: Aktiviert
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - 🔒 Windows-sichere Log-Rotation: Aktiviert
2025-06-20 06:45:29 - [startup] startup - [INFO] INFO - ==================================================
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - ==================================================
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - [START] MYP Platform Backend wird gestartet...
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - 🐍 Python Version: 3.13.3 (tags/v3.13.3:6280bb5, Apr 8 2025, 14:47:33) [MSC v.1943 64 bit (AMD64)]
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - 💻 Betriebssystem: nt (win32)
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - 📁 Arbeitsverzeichnis: C:\Users\TTOMCZA.EMEA\Dev\Projektarbeit-MYP\backend
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - ⏰ Startzeit: 2025-06-20T06:45:32.230031
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - 🪟 Windows-Modus: Aktiviert
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - 🔒 Windows-sichere Log-Rotation: Aktiviert
2025-06-20 06:45:32 - [startup] startup - [INFO] INFO - ==================================================

View File

@ -1215,3 +1215,7 @@
2025-06-20 01:31:14 - [utilities_collection] utilities_collection - [INFO] INFO - 🚨 ALLERLETZTE MEGA-Konsolidierung: 12+ Dateien → 1 Datei (90%+ Reduktion) 2025-06-20 01:31:14 - [utilities_collection] utilities_collection - [INFO] INFO - 🚨 ALLERLETZTE MEGA-Konsolidierung: 12+ Dateien → 1 Datei (90%+ Reduktion)
2025-06-20 01:31:18 - [utilities_collection] utilities_collection - [INFO] INFO - ✅ Utilities Collection initialisiert 2025-06-20 01:31:18 - [utilities_collection] utilities_collection - [INFO] INFO - ✅ Utilities Collection initialisiert
2025-06-20 01:31:18 - [utilities_collection] utilities_collection - [INFO] INFO - 🚨 ALLERLETZTE MEGA-Konsolidierung: 12+ Dateien → 1 Datei (90%+ Reduktion) 2025-06-20 01:31:18 - [utilities_collection] utilities_collection - [INFO] INFO - 🚨 ALLERLETZTE MEGA-Konsolidierung: 12+ Dateien → 1 Datei (90%+ Reduktion)
2025-06-20 06:45:28 - [utilities_collection] utilities_collection - [INFO] INFO - ✅ Utilities Collection initialisiert
2025-06-20 06:45:28 - [utilities_collection] utilities_collection - [INFO] INFO - 🚨 ALLERLETZTE MEGA-Konsolidierung: 12+ Dateien → 1 Datei (90%+ Reduktion)
2025-06-20 06:45:31 - [utilities_collection] utilities_collection - [INFO] INFO - ✅ Utilities Collection initialisiert
2025-06-20 06:45:31 - [utilities_collection] utilities_collection - [INFO] INFO - 🚨 ALLERLETZTE MEGA-Konsolidierung: 12+ Dateien → 1 Datei (90%+ Reduktion)

View File

@ -405,3 +405,7 @@
2025-06-19 13:08:28 - [windows_fixes] windows_fixes - [INFO] INFO - ✅ Alle Windows-Fixes erfolgreich angewendet 2025-06-19 13:08:28 - [windows_fixes] windows_fixes - [INFO] INFO - ✅ Alle Windows-Fixes erfolgreich angewendet
2025-06-19 13:08:30 - [windows_fixes] windows_fixes - [INFO] INFO - 🔧 Wende Windows-spezifische Fixes an... 2025-06-19 13:08:30 - [windows_fixes] windows_fixes - [INFO] INFO - 🔧 Wende Windows-spezifische Fixes an...
2025-06-19 13:08:30 - [windows_fixes] windows_fixes - [INFO] INFO - ✅ Alle Windows-Fixes erfolgreich angewendet 2025-06-19 13:08:30 - [windows_fixes] windows_fixes - [INFO] INFO - ✅ Alle Windows-Fixes erfolgreich angewendet
2025-06-20 06:45:28 - [windows_fixes] windows_fixes - [INFO] INFO - 🔧 Wende Windows-spezifische Fixes an...
2025-06-20 06:45:28 - [windows_fixes] windows_fixes - [INFO] INFO - ✅ Alle Windows-Fixes erfolgreich angewendet
2025-06-20 06:45:30 - [windows_fixes] windows_fixes - [INFO] INFO - 🔧 Wende Windows-spezifische Fixes an...
2025-06-20 06:45:30 - [windows_fixes] windows_fixes - [INFO] INFO - ✅ Alle Windows-Fixes erfolgreich angewendet

View File

@ -1,4 +0,0 @@
File "app.py", line 83
f"{request.remote_addr}_{datetime.now().isoformat()}".encode()
^
SyntaxError: invalid syntax

View File

@ -1,4 +0,0 @@
File "app.py", line 84
f"{request.remote_addr}_{datetime.now().isoformat()}".encode()
^
SyntaxError: invalid syntax