Skip to content

Commit

Permalink
Remove useless code in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Mar 7, 2016
1 parent 196d02c commit 81059ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
.. code-block:: python
from wechatpy.crypto import WeChatCrypto
from wechatpy.exceptions import InvalidSignatureException, InvalidAppIdException
crypto = WeChatCrypto(token, encoding_aes_key, appid)
encrypted_xml = crypto.encrypt_message(xml, nonce, timestamp)
Expand Down

0 comments on commit 81059ad

Please sign in to comment.