crontab -e 定时任务中的 脚本文件 路径
crontab -l
57 */1 * * * python /home/data/crontab_chk_url/personas/trunk/plugins/spider/chk_url_status_ordertab_notexpire.py &> /dev/null
fua, lua, lbn ='ua_list.txt', [], ['']
报错,该路径下 文件不存在
指出绝对路径
this_file_abspath = os.path.dirname(os.path.abspath(__file__))
fua= '%s%s%s' % (this_file_abspath , os_sep,'ua_list.txt')