favicon还是要获取以防自己的服务挂掉

This commit is contained in:
luchenqun 2019-04-23 14:44:37 +08:00
parent 4753d89b3d
commit d65b121d9f
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -82,7 +82,7 @@ app.use(function (err, req, res, next) {
// 卡片这模式就没怎么用过,干掉了。 // 卡片这模式就没怎么用过,干掉了。
// api.checkSnapFaviconState(); // api.checkSnapFaviconState();
// api.getSnapByTimer(); // api.getSnapByTimer();
// api.getFaviconByTimer(); api.getFaviconByTimer();
api.getHotBookmarksByTimer(); api.getHotBookmarksByTimer();
module.exports = app; module.exports = app;