Update comments, logging, and fix tick diff calculation

This commit is contained in:
√(noham)²
2025-12-20 13:01:30 +01:00
parent 31f87a6a99
commit 4f0b0a655a
4 changed files with 4 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ async def bruteforce(track_id, date):
total_requests = 288000
batch_size = 20000
logger.debug("Starting bruteforce for %s", track_id)
logger.debug("Starting bruteforce for %s near %s", track_id, date)
start_time = time.time()