aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2020-09-08 01:18:51 +0200
committerJoop Kiefte <ikojba@gmail.com>2020-09-08 01:18:51 +0200
commitbc89ff176ddf7cf9627df15e8624d94a040a1d0b (patch)
tree8d242fd40327e88233e2225005d3cb535055c47c
parentefc9585abc6db21b2c882a361c7bddee1a2b13fa (diff)
Start a bit slower...
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6a86d7f..a705b00 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ func main() {
b := tris.NewBag()
b, p := b.Pick()
t := time.Tick(time.Second / 60)
- ds := time.NewTicker(time.Second / 10)
+ ds := time.NewTicker(time.Second)
for {
// fmt.Print("\033[2J") // Clear screen
fmt.Print("\033[0;0H") // Position to 0,0