fix compilation

This commit is contained in:
shoopea 2019-08-30 16:56:46 +08:00
parent 573c21ce2f
commit a6ab4379b2

View File

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