内网访问IP地址

This commit is contained in:
pengtao 2019-10-14 11:33:06 +08:00
parent 755420a6a4
commit a5cc781671

View File

@ -10,7 +10,8 @@ log = logging.getLogger(__name__)
class Build_Gamelog_Config():
def __init__(self):
self.url = "https://mp.kingsome.cn/api/open/games/keys"
#self.url = "https://mp.kingsome.cn/api/open/games/keys"
self.url = "http://10.10.5.4:2333/api/open/games/keys"
self.filename = "/tmp/gamelog.appkey.php"
self.dest_file = "/data/apps/gamelog_php/config/gamelog.appkey.php"
self.dest_paths = "/data/apps/gamelog_php/config/"