删除无用的代码
This commit is contained in:
2
main.py
2
main.py
@@ -41,8 +41,6 @@ def main():
|
|||||||
# 机器人启动发送测试消息
|
# 机器人启动发送测试消息
|
||||||
robot.sendTextMsg("机器人启动成功!", "filehelper")
|
robot.sendTextMsg("机器人启动成功!", "filehelper")
|
||||||
|
|
||||||
#print(robot.getAllContacts())
|
|
||||||
|
|
||||||
# 接收消息
|
# 接收消息
|
||||||
# robot.enableRecvMsg() # 可能会丢消息?
|
# robot.enableRecvMsg() # 可能会丢消息?
|
||||||
robot.enableReceivingMsg() # 加队列
|
robot.enableReceivingMsg() # 加队列
|
||||||
|
|||||||
Reference in New Issue
Block a user