From 9e8036186de30ac6eab89b2f915644b15062ae68 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:32:48 +0200 Subject: [PATCH] flexible --- catchup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catchup.sh b/catchup.sh index a8a6def9..7566da74 100755 --- a/catchup.sh +++ b/catchup.sh @@ -16,7 +16,7 @@ s_to_human_readable() { BASEPATH="$(dirname "$0")" source $BASEPATH/.env -seconds_to_measure=10 +seconds_to_measure=${2:-10} latest_block_timestamp_decimal=$(./timestamp.sh $1) current_time=$(date +%s)