I've tried setting up Crontab for the first time using the below:
* * * * * cd /Users/alexlee/PycharmProjects/pythonProject1 && /usr/bin/python C19 Webscrape.py
however the script isn't running. I've given permissions full disk access to Terminal and Cron but that didn't do the trick.
Any suggestions?