diff --git a/data_channel/gamelog_external.py b/data_channel/gamelog_external.py index 8c7e85b..f10d342 100644 --- a/data_channel/gamelog_external.py +++ b/data_channel/gamelog_external.py @@ -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/"