fix ISSUE 750
This commit is contained in:
parent
2646bbd07b
commit
0aceb01e98
@ -105,3 +105,8 @@ class MainEngineProxy(object):
|
|||||||
"""获取应用引擎对象"""
|
"""获取应用引擎对象"""
|
||||||
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