fix ISSUE 750

This commit is contained in:
Jiangtao 2018-03-08 00:07:40 +08:00
parent 2646bbd07b
commit 0aceb01e98

View File

@ -104,4 +104,9 @@ class MainEngineProxy(object):
def getApp(self, name):
"""获取应用引擎对象"""
return self.__getattr__(name)
#----------------------------------------------------------------------
def exit(self):
self.eventEvent.stop()
if self.client:
self.client.stop()