diff options
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() |
