omit init sleep
Build and Push Docker Images / build-and-push (push) Successful in 21s

This commit is contained in:
2025-07-07 15:05:57 +02:00
parent cd6390337c
commit e295cde9e3
@@ -166,7 +166,6 @@ async def detect_pagination_service(decoded_url):
original_url = page.url
# Check for common pagination indicators
await asyncio.sleep(2)
try:
pagination_data = await page.evaluate('''() => {
const data = {