mirror of
https://github.com/NohamR/Ratio.py.git
synced 2025-05-24 00:38:57 +00:00
7 lines
118 B
Python
7 lines
118 B
Python
from code.torrent import torrent
|
|
|
|
to = torrent('test.torrent')
|
|
rep = to.tracker_start_request()
|
|
to.tracker_process()
|
|
|