Update _tools/wait_for_db.py

This commit is contained in:
gru
2025-08-02 00:40:47 +02:00
parent 511e38cd3e
commit 6b8cb894c8

View File

@@ -1,7 +1,7 @@
import os
import socket
import time
import sys # dodaj import sys
import sys
db_engine = os.environ.get("DB_ENGINE", "mysql").lower()