From ed07baf9b48f8c9bc2242a7b1f375a2d4d29383a Mon Sep 17 00:00:00 2001 From: shoopea Date: Sun, 29 Dec 2019 11:20:20 +0800 Subject: [PATCH] update --- main.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/main.go b/main.go index 9bafb22..9a0a480 100644 --- a/main.go +++ b/main.go @@ -68,6 +68,12 @@ func main() { ownUserID32 = OwnUserID(client) ownUserID64 = int64(OwnUserID(client)) + fmt.Println("Sleep 1sec..") + + time.Sleep(1 * time.Second) + + fmt.Println("Getting history...") + getHistory(client, &chtwrsID64) }