diff options
Diffstat (limited to 'sx-auth.el')
-rw-r--r-- | sx-auth.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ questions)." (if (string-equal "" sx-auth-access-token) (progn (setq sx-auth-access-token nil) (error "You must enter this code to use this client fully")) - (sx-cache-set 'auth `((access-token . ,sx-auth-access-token))))) + (sx-cache-set 'auth `((access_token . ,sx-auth-access-token))))) (provide 'sx-auth) ;;; sx-auth.el ends here |