diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 13:24:17 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 13:24:17 -0500 |
| commit | b2f7bf5222fd8dcb43ab4c11f57788f2284f9de3 (patch) | |
| tree | e15adbf2559799bbb61466e713e2dab6e6f848ad /main.go | |
| parent | 83e4e0953f7e3ff9639943c21484327ec32ebfe3 (diff) | |
fixed to new functionv0.23.134
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -128,8 +128,8 @@ func main() { if argv.AutoRun { go startHTTP() - log.Info("Attempt to auto-run here. sleep 5") - time.Sleep(5 * time.Second) + log.Info("Attempt to auto-run here. sleep 1") + time.Sleep(1 * time.Second) buttonDisable() doReleaseAll() |
