1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

小调整

This commit is contained in:
程序员小墨 2022-07-28 21:25:58 +08:00
parent d22327a34b
commit a76c39b030
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ if (DEBUG_MODE) {
/** /**
* 引入模块 * 引入模块
*/ */
const get_hotband = require('./src/get_hotband'); const get_weibo_hotband = require('./src/get_weibo_hotband');
const execute_command = require('./src/execute_command'); const execute_command = require('./src/execute_command');
@ -51,7 +51,7 @@ console.log("Start running ...");
*/ */
async function start() { async function start() {
// 爬取热搜数据 // 爬取热搜数据
await get_hotband.main(); await get_weibo_hotband.main();
// 调试模式下 // 调试模式下
if (DEBUG_MODE) { if (DEBUG_MODE) {