内网访问IP地址
This commit is contained in:
parent
755420a6a4
commit
a5cc781671
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user