Chore: pw tools to be disabled as default

This commit is contained in:
Grail Finder
2026-03-04 11:45:54 +03:00
parent abcaad6609
commit d144ee76d9
5 changed files with 15 additions and 6 deletions

2
bot.go
View File

@@ -1524,7 +1524,7 @@ func init() {
if cfg.STT_ENABLED {
asr = NewSTT(logger, cfg)
}
if !cfg.NoPlaywright {
if cfg.PlaywrightEnabled {
if err := checkPlaywright(); err != nil {
// slow, need a faster check if playwright install
if err := installPW(); err != nil {