Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiac182 committed Mar 30, 2019
1 parent 2e57055 commit a13aa44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xuexi.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ def update_local_data():
resp = requests.get('https://www.xuexi.cn/dataindex.js')
except Exception as ex:
app.log(u'请求超时,请检查是否使用了代理。 使用代理进行数据爬取的功能尚未开放。')
raise_exception(ex, requests.exceptions.ConnectionError)
raise ConnectionError(ex)

new_video_count = 0
new_article_count = 0
Expand Down

0 comments on commit a13aa44

Please sign in to comment.