diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-03-04 11:45:54 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-03-04 11:45:54 +0300 |
| commit | d144ee76d942c9594d12508f3dfbcb90b988f0ce (patch) | |
| tree | 048390ee0d115d829a2f551ec4431c750d524763 /bot.go | |
| parent | abcaad66093bdf9a98f10c909a05ab1ebcb431f3 (diff) | |
Diffstat (limited to 'bot.go')
| -rw-r--r-- | bot.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
