From 68edfdea31093ddae5ece3fb824674143790267f Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 12 Nov 2023 21:54:23 +0500 Subject: [PATCH] SPACES --- bot.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bot.sh b/bot.sh index 3f52a2d..40df031 100755 --- a/bot.sh +++ b/bot.sh @@ -13,7 +13,6 @@ speedtest_fast=data/speedtest_fast_$date.json weather_file=data/weather_$date.json edited_image=data/edited_image_$date.png - ################################################################################# latency(){ echo $(ping -c 1 $1) | \ @@ -94,11 +93,9 @@ echo Speedtests complete ################################################################################# ################################################################################# - valorant_ping=$(latency dynamodb.ap-southeast-1.amazonaws.com) cfdns_ping=$(latency 1.1.1.1) googledns_ping=$(latency 8.8.8.8) - ################################################################################# ################################################################################# @@ -122,7 +119,6 @@ echo Weather checked ################################################################################# ################################################################################# - total_wasted=$(echo $ookla_total+$libre_total+$fast_total | bc) caption=" @@ -170,6 +166,7 @@ curl -X POST https://api.telegram.org/bot$TG_BOT_TOKEN/sendMediaGroup \ -F photo1=@$camera_image \ -F photo2=@$satellite_image >> /dev/null ################################################################################# + echo Ok done, Sleeping for $DELAY sleep $DELAY