mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Opt: Use domain name instead of ip address
This commit is contained in:
parent
105eb4dd1a
commit
80488c9c71
@ -11,7 +11,7 @@ from module.logger import logger
|
||||
|
||||
class ServerChecker:
|
||||
def __init__(self, server: str) -> None:
|
||||
self._base: str = 'http://43.132.174.132:20002'
|
||||
self._base: str = 'http://sc.shiratama.cn:20002'
|
||||
self._api: dict = {
|
||||
'get_state': '/server/get_state', # post
|
||||
'get_all_state': '/server/get_all_state', # post
|
||||
|
||||
Loading…
Reference in New Issue
Block a user