Skip to content

Commit

Permalink
PTP - sleep before adding torrent
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 28, 2024
1 parent 961568f commit 5520dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trackerhandle.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ async def process_single_tracker(tracker):
groupID = meta.get('ptp_groupID', None)
ptpUrl, ptpData = await ptp.fill_upload_form(groupID, meta)
await ptp.upload(meta, ptpUrl, ptpData, disctype)
await asyncio.sleep(5)
await client.add_to_client(meta, "PTP")

# Process all trackers concurrently
Expand Down

0 comments on commit 5520dc6

Please sign in to comment.