mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-10-17 08:38:25 +00:00
[fix] ip info
This commit is contained in:
2
main.py
2
main.py
@@ -291,7 +291,7 @@ with app.app_context():
|
||||
ip_info = parse_oai_ip_info()
|
||||
logger.info(f"The ip you are using to access oai is: {ip_info['ip']}")
|
||||
logger.info(f"The location of this ip is: {ip_info['loc']}")
|
||||
logger.info(f"The colo of this ip is: {ip_info['colo']}")
|
||||
logger.info(f"The colo is: {ip_info['colo']}")
|
||||
logger.info(f"Is this ip a Warp ip: {ip_info['warp']}")
|
||||
|
||||
# 输出版本信息
|
||||
|
Reference in New Issue
Block a user