小调整
This commit is contained in:
		
							
								
								
									
										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');
 | 
					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) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user