This commit is contained in:
Gaël Honorez
2024-01-02 09:06:40 +01:00
parent a3719f1a35
commit 16d72ffd32

View File

@@ -82,7 +82,6 @@ class SubStackTask:
while sleep_seconds > 0:
# 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")
# Wait for some time before checking again