fix rss
This commit is contained in:
parent
0aa5d90994
commit
5989d46349
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class Ans(StdAns):
|
||||||
self.push(sub['title'], newfeedtitle, newfeedlink)
|
self.push(sub['title'], newfeedtitle, newfeedlink)
|
||||||
nowdata['allSub'][sub['url']]['lastUpdated'] = d.entries[0].published
|
nowdata['allSub'][sub['url']]['lastUpdated'] = d.entries[0].published
|
||||||
self.DATASET({gid:json.dumps(nowdata)})
|
self.DATASET({gid:json.dumps(nowdata)})
|
||||||
time.sleep(5000)
|
time.sleep(300)
|
||||||
|
|
||||||
return '订阅已经真的停了!'
|
return '订阅已经真的停了!'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue