Ratio.py/main.py
2019-02-16 16:20:15 +01:00

7 lines
118 B
Python

from code.torrent import torrent
to = torrent('test.torrent')
rep = to.tracker_start_request()
to.tracker_process()