Tag: 1.23

This commit is contained in:
2025-10-30 16:59:18 +01:00
parent faa5de2a0c
commit db48605849
43 changed files with 1889 additions and 4273 deletions
+1 -2
View File
@@ -104,9 +104,8 @@ def check_if_exists_brute_force(logger):
pass
if blocked:
logger.info(item)
logger.info(text)
logger.error("Got blocked. Fuck.")
time.sleep(60 * 60 * 72)
time.sleep(60 * 60)
# trunk-ignore(bandit/B311)
rand = random.randint(1, 60)
logger.info(f"Sleeping for {2*rand} minutes")