diff options
author | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-21 11:06:53 +0000 |
---|---|---|
committer | Matt Lyon <matthewlyon18@gmail.com> | 2019-12-21 11:06:53 +0000 |
commit | c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933 (patch) | |
tree | b1907ac15c689c9f441d5e3468935a2a330553c5 /README.md | |
parent | 26e7bacfcc1a86b703e92373b37ea7debdde8b34 (diff) | |
download | tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.tar.gz tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.tar.bz2 tpb-lite-c45b6ca3e82a5d10e14c31c4b7d0fdaf66fff933.zip |
added better error handling for connection issuesv0.2.4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ You can see how many `Torrent` objects your query has returned, by using the `le Example Workflow ========== -With a commandline torrent client such as [aria2](), you can automate search and downloading of torrents like so: +With a commandline torrent client such as [aria2](https://aria2.github.io/), you can automate search and downloading of torrents like so: ```python import subprocess from tpblite import TPB |