fix ISSUE 750
This commit is contained in:
parent
2646bbd07b
commit
0aceb01e98
@ -104,4 +104,9 @@ class MainEngineProxy(object):
|
|||||||
def getApp(self, name):
|
def getApp(self, name):
|
||||||
"""获取应用引擎对象"""
|
"""获取应用引擎对象"""
|
||||||
return self.__getattr__(name)
|
return self.__getattr__(name)
|
||||||
|
|
||||||
|
#----------------------------------------------------------------------
|
||||||
|
def exit(self):
|
||||||
|
self.eventEvent.stop()
|
||||||
|
if self.client:
|
||||||
|
self.client.stop()
|
||||||
|
Loading…
Reference in New Issue
Block a user