Compare commits

..

No commits in common. "master" and "v1.5.0" have entirely different histories.

View File

@ -138,10 +138,6 @@ func main() {
return
}
if PyCompat {
slog.Warningf("Python compatibility mode is enabled. This will be removed in the next major release. Please update your configuration.")
}
// Load configuration
config, err := LoadConfig(*configPath)
slog.OnErrFatalf(err, "Error loading config: %v", err)