fix
This commit is contained in:
@@ -82,7 +82,6 @@ class SubStackTask:
|
|||||||
|
|
||||||
while sleep_seconds > 0:
|
while sleep_seconds > 0:
|
||||||
# Check if the remaining time is a multiple of 3600 seconds
|
# Check if the remaining time is a multiple of 3600 seconds
|
||||||
if sleep_seconds % 3600 == 0:
|
|
||||||
LOG.info(f"Waiting for {sleep_seconds} seconds for next scan")
|
LOG.info(f"Waiting for {sleep_seconds} seconds for next scan")
|
||||||
|
|
||||||
# Wait for some time before checking again
|
# Wait for some time before checking again
|
||||||
|
|||||||
Reference in New Issue
Block a user