diff options
author | Matt <32886639+mattlyon93@users.noreply.github.com> | 2020-10-17 06:53:35 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 06:53:35 +1100 |
commit | 92bd0c22026cabd72b32194520ff7d810823b81a (patch) | |
tree | bb62f3b58349e7d265681bb46bbe786ddb044440 | |
parent | 31875617829bd747e044214ce607af62860f16c7 (diff) | |
download | tpb-lite-92bd0c22026cabd72b32194520ff7d810823b81a.tar.gz tpb-lite-92bd0c22026cabd72b32194520ff7d810823b81a.tar.bz2 tpb-lite-92bd0c22026cabd72b32194520ff7d810823b81a.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Usage from tpblite import TPB # Create a TPB object with a domain name -t = TPB('https://thepiratebay.org') +t = TPB('https://tpb.party') # Or create a TPB object with default domain t = TPB() |