diff options
Diffstat (limited to 'cmd/web/windows.go')
| -rw-r--r-- | cmd/web/windows.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/web/windows.go b/cmd/web/windows.go index 034e347..f59761a 100644 --- a/cmd/web/windows.go +++ b/cmd/web/windows.go @@ -10,8 +10,7 @@ import ( var DefaultLib string = `C:\Program Files (x86)\Steam\steamapps` func startBrowser() { - time.Sleep(time.Second*3) + time.Sleep(time.Second * 3) c := exec.Command("cmd", "/c", "start", "http://127.0.0.1"+Listen) Logger.Printf("Running command: %s", c.Run()) } - |
