Skip to content

Commit 5407726

Browse files
committed
修复一些Bug
1 parent 3daaa08 commit 5407726

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BotServer/MsgHandleServer/RoomMsgHandle.py

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def mainHandle(self, msg):
7373
Thread(target=self.JoinRoomWelcome, args=(msg,)).start()
7474
# 推送群聊和白名单群聊才可以使用群聊总结功能&撤回消息检测功能&发言排行榜功能&定时推送总结
7575
Thread(target=self.Rmf.mainHandle, args=(msg,)).start()
76-
Thread(target=self.Gf.mainHandle, args=(msg, )).start()
7776
# 黑名单群聊功能
7877
elif judgeBlackRoom(roomId):
7978
# 超管功能以及管理功能

0 commit comments

Comments
 (0)