Uptime Indicators

This commit is contained in:
headlessdev
2025-04-12 16:51:40 +02:00
parent 9a3a36ab7c
commit 40302d7e4e
2 changed files with 32 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ import (
"os"
"time"
_ "github.com/jackc/pgx/v4/stdlib" // Wird für die Registrierung des pgx Treibers benötigt
_ "github.com/jackc/pgx/v4/stdlib"
"github.com/joho/godotenv"
)