fix readint tg creds

This commit is contained in:
Shihaam Abdul Rahman 2022-09-09 13:49:17 +05:00
parent 7995b3ee39
commit 822474d275

View File

@ -4,6 +4,7 @@ INPUT=prayer.png
OUTPUT=prayer_added.png
PRAYERTIMES_CSV="male.csv"
DAY_OF_YEAR=$(($(date -d "@$(date +%s)" +%j) - 1))
source .env
rm $OUTPUT > /dev/null