Running Python Script through Crontab doesn’t work
So I have written a script to summarize a few newsletters and send them to me in Telegram. The script itself works perfectly. Now I tried to run this script every morning at 7 via crontab on a Ubunutu Server. The Log File looks fine, every print() I used in the script shows up normally without errors, but the it doesn’t send the message.