Small fix
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user