Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangWei-KUMO committed Oct 8, 2024
1 parent 2ff246a commit ac9fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import schedule from 'node-schedule';
import {getNews,getStockPlan} from './util/group.js'
import { WebSocketServer } from "ws"

const wss = new WebSocketServer({ port: 8080 })
const wss = new WebSocketServer({ port: 1984 })

config();
console.log("微信机器人启动,版本号:",bot.version());
Expand Down

0 comments on commit ac9fef2

Please sign in to comment.