|
@@ -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()
|