Small fix

This commit is contained in:
=
2025-09-10 12:04:45 -04:00
parent b0f4d84e78
commit 14f1a78e5f
3 changed files with 9 additions and 20 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ def monitorOTP(url, pups):
pid = row['otpid']
early = math.floor(duration * .9)
run_once_job(f"Add activity hashes for {pid}, for {hostname} for the purpose: {purpose}", "addhash", time.time() + early, args=[url, clientid, pid, pups])
run_once_job(f"Add activity hashes for {pid}, for {hostname} for the purpose: {purpose}", "addhash", time.time() + duration, args=[url, clientid, pid, pups])
run_once_job(f"Add activity hashes for {pid}, for {hostname} for the purpose: {purpose}, early run", "addhash", time.time() + early, args=[url, clientid, pid, pups])
run_once_job(f"Add activity hashes for {pid}, for {hostname} for the purpose: {purpose}, duration complete run", "addhash", time.time() + duration, args=[url, clientid, pid, pups])
print(f"Processing: {pid} with other data: {row}")