0

I tried the solution:

  1. Crontab doesnt run python script

but did not worked:

Thanks in advance,

I want that script to be executed at around 08:00, 15:00 and 18:00 IST

1 Answers1

0

I had the solution which was answered by another question of mine.

  1. How to schedule a cronjob for python script to be executed on weekdays?

    0 8,15,18 * * 1-5 /usr/bin/python3 /home/[username]/Documents/Python/script.py