diff options
-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() |