buh jong
Build and Push Docker Images / build-and-push (push) Successful in 27s

This commit is contained in:
2025-07-29 15:43:21 +02:00
parent 3a46fe2d17
commit aca58e6c50
@@ -26,6 +26,7 @@ async def visit_url_service(decoded_url):
if element: if element:
await element.click() await element.click()
print(f"{button} button found and clicked") print(f"{button} button found and clicked")
await asyncio.sleep(1)
break break
except Exception as e: except Exception as e: