rabin 6 年之前
父節點
當前提交
fbd02b0e0b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      vecan.py

+ 2 - 1
vecan.py

@@ -17,7 +17,8 @@ class Vecan(object):
 
 		self.robot = Demeter.service('robot')
 		self.robot.init(profiling=Demeter.option['profiling'], logout=Demeter.option['logout'])
-		self.robot.say('你好,我是神算终端机器人vecan,很高兴为你服务', True)
+		#self.robot.say('亲爱的,我是神算终端机器人vecan,很高兴为你服务', True, completed=lambda: self.robot.wait())
+		self.robot.say('亲爱的,我是神算终端机器人vecan,很高兴为你服务', True)
 		self.robot.wait()
 
 		Demeter.dog = WatchDog.init()