Fix list count

This commit is contained in:
Dan 2019-06-13 16:57:15 +02:00
parent 780f78c840
commit 690cda002b

View File

@ -153,9 +153,9 @@ print(data == cbc_decrypted) # True
## Testing
2. Clone this repository: `git clone https://github.com/pyrogram/tgcrypto`.
3. Enter the directory: `cd tgcrypto`.
4. Run tests: `python3 setup.py test`.
1. Clone this repository: `git clone https://github.com/pyrogram/tgcrypto`.
2. Enter the directory: `cd tgcrypto`.
3. Run tests: `python3 setup.py test`.
## License