Skip to content

Commit 1dd94fd

Browse files
author
Hongzhi Wen
committed
Update telemetry server URL in token tracker for improved data reporting
1 parent f1b1dce commit 1dd94fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/token_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _file_lock(lock_path: Path, timeout: float = 10.0):
165165
# ---------------------------------------------------------------------------
166166

167167
# ★ 发版前修改:遥测服务器地址。为空则不上报。
168-
_TELEMETRY_SERVER_URL = "http://project-neko.com.cn:8099"
168+
_TELEMETRY_SERVER_URL = "http://118.31.122.91:8099"
169169

170170
if _TELEMETRY_SERVER_URL and not _TELEMETRY_SERVER_URL.startswith(("http://", "https://")):
171171
logger.warning("Token tracker: invalid telemetry URL scheme, disabling remote reporting")

0 commit comments

Comments
 (0)