From 47691bc92b83e46723ff7f9ea12af3f9f9fc2d16 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 4 May 2019 00:01:49 +0800 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 383e8b3..f1d9afc 100644 --- a/main.go +++ b/main.go @@ -105,7 +105,7 @@ func main() { ownUserID64 = int64(OwnUserID(client)) if *history { - getHistory(client) + go getHistory(client) } go ListenCW(client)