commit
d2f80c86c9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user