小调整
This commit is contained in:
parent
d22327a34b
commit
a76c39b030
4
index.js
4
index.js
@ -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');
|
||||
|
||||
|
||||
@ -51,7 +51,7 @@ console.log("Start running ...");
|
||||
*/
|
||||
async function start() {
|
||||
// 爬取热搜数据
|
||||
await get_hotband.main();
|
||||
await get_weibo_hotband.main();
|
||||
|
||||
// 调试模式下
|
||||
if (DEBUG_MODE) {
|
||||
|
Loading…
Reference in New Issue
Block a user