Skip to content

Commit

Permalink
fix 知乎源:Wq
Browse files Browse the repository at this point in the history
  • Loading branch information
zkeq committed Jul 15, 2022
1 parent 8da9095 commit 480be05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ function handleError (e) {

function handleError_zhihu (e) {
NProgress.done();
Notiflix.Notify.failure(`知乎源:An error occurred \uD83D\uDE1E ${e}`, ()=>report_bug());
Notiflix.Notify.error(`当天新闻不存在,尝试获取前一天 \uD83D\uDE1E ${e}`);
get_day_news(index = (index + 1), origin);
}

function handleError_163 (e) {
Expand Down

0 comments on commit 480be05

Please sign in to comment.