Example #1
0
    def __init__(self):
        #self.validate = Validate()
        self.Clients = {}  #所有用户信息库
        Gcore.objCfg.loadAllCfg()  #读取所有配置
        Gcore.IsServer = True  #定义为服务器核心

        Gcore.startNotice()  #开启公告自动发布协程
Example #2
0
 def __init__(self): 
     #self.validate = Validate()
     self.Clients = {} #所有用户信息库
     Gcore.objCfg.loadAllCfg() #读取所有配置
     Gcore.IsServer = True #定义为服务器核心
     
     Gcore.startNotice() #开启公告自动发布协程