我在这帖子中引用了heemayls的答案来设置cron作业。然而,这是行不通的。知道出了什么问题吗?*/1 * * * * /usr/bin/env python3 /home/me/DownloadImages1.0.py# Edit this file to introducetasks to be run by cron.# Each task to run has to be defined through a sing
我对python还比较陌生,而且我在schedule方面遇到了一些问题。我有一个简单的BeautifulSoup代码,它解析来自usatoday的一些新闻标题。 def handle(self, *args, **options): soup = BeautifulSoup(html, 'html.parser')
for i in