I use centOS, at command line, I execute >./tv.py script and it runs correctly.
But, when I include into /etc/crontab, entry */30 * * * * /root/tv.py , it does not.
What am I doing wrong?
This is the head of script:
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from bs4 import BeautifulSoup
chmod 777 tv.pybefore.