Merge pull request #2 from athphane/main

- Comment out debug line.
This commit is contained in:
Shihaam Abdul Rahman
2021-08-30 17:56:10 +05:00
committed by GitHub

View File

@ -63,7 +63,7 @@ then
if [ "$CHECKDIFF2" = "1" ] if [ "$CHECKDIFF2" = "1" ]
then then
echo "=============" ; echo NEW DAY ; echo "=============" echo "=============" ; echo NEW DAY ; echo "============="
curl -s $TG_BOTAPI$TG_BOT_TOKEN/sendMessage?chat_id=$TG_CHATID'&'text=GO%20TO%20SLEEP%0AITS%0000 # curl -s $TG_BOTAPI$TG_BOT_TOKEN/sendMessage?chat_id=$TG_CHATID'&'text=GO%20TO%20SLEEP%0AITS%0000
else else
echo $HISTORY | jq echo $HISTORY | jq
DESCRIPTION=$(echo $HISTORY | jq -r .description | head -n1) ; echo $DESCRIPTION # get last trascation description DESCRIPTION=$(echo $HISTORY | jq -r .description | head -n1) ; echo $DESCRIPTION # get last trascation description