hxp
2019-11-19 2494fee14a4cadb85ef89e3d4a48ddbe77cb4fea
Tool/RemoteTool/RemoteServer/webapp.py
@@ -130,7 +130,7 @@
            return "服务器开启完毕,地图数:%s"%g_AllMapCnt
    except Exception, e:
        print e
        ServerInfo = "控制台报错,服务器异常!"
        ServerInfo = "控制台报错,服务器异常!  %s"%e
        try:
            SendEmail(ServerInfo)
        except: