diff options
| -rw-r--r-- | direct_client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/direct_client.go b/direct_client.go index 485961d..b4bcf98 100644 --- a/direct_client.go +++ b/direct_client.go @@ -268,7 +268,7 @@ func (cl *directClient) parseHTMLLogin(htmlBody []byte) ( continue } - token := node.GetAttrValue(attrNameName) + token := node.GetAttrValue(attrNameValue) if len(token) > 0 { return token, nil } |
