compilation error

This commit is contained in:
shoopea 2019-08-30 16:56:20 +08:00
parent 668827c0e4
commit 573c21ce2f

View File

@ -113,7 +113,7 @@ func main() {
fmt.Println("Authorization Ready! Let's rock")
break
}
sleep(1 * time.Second)
time.sleep(1 * time.Second)
}
ownUserID32 = OwnUserID(client)