From 05119070972281546503fdc069b7c4c521ac7250 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 May 2023 12:12:25 +0200 Subject: [PATCH] wait a bit longer --- bin/twitter.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/twitter.ml b/bin/twitter.ml index ac57cbe..1189fbd 100644 --- a/bin/twitter.ml +++ b/bin/twitter.ml @@ -99,7 +99,7 @@ let go_to_profile ctx = (navigate ctx.session_id (fmt "https://twitter.com%s/with_replies" (get_url ctx.session_id profile_button))); - Unix.sleep 2 + Unix.sleep 4 ;; let find_latest_tweet = ()