Skip to content

Commit

Permalink
renew update method
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyY authored and SimplyY committed Aug 27, 2015
1 parent 186406f commit 1ae9186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

you can rss any zhihu's user in it
(非官方的跨平台客户端)
**可以将知乎的 user 做成 rss,只需几步操作**并且**定制 rss 内容**(回答 or 提问 or 文章等等)
**可以将知乎的任何 user 的动态做成 rss,只需几步操作**并且可以**定制 rss 内容**(回答 or 提问 or 文章等等)

(使用帮助看功能列表和演示部分)

Expand Down
2 changes: 1 addition & 1 deletion zhihurss/control/update_feeds.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def update_feeds():
class FeedUpdateThread(threading.Thread):
def run(self):
while True:
time.sleep(100)
update_feeds()
time.sleep(60)


def spawn_update_thread():
Expand Down

0 comments on commit 1ae9186

Please sign in to comment.