Skip to content

Commit

Permalink
Update JDRouterPush.py
Browse files Browse the repository at this point in the history
  • Loading branch information
isw866 authored Dec 12, 2024
1 parent b193600 commit 68c6352
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions JDRouterPush.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,14 +256,11 @@ def resultDisplay():
point_infos += "\n - 累计在线:" + str(satisfiedTimes) + "天"
if pointInfo.get("runInfo"):
point_infos += "\n - 当前网速:" + pointInfo["speed"] \
#+ "\n - 当前IP:" + pointInfo["wanip"] \
+ "\n - 当前IP:" + pointInfo["wanip"] \
#+ "\n - 当前模式:" + pointInfo["model"] \
#+ "\n - 固件版本:" + pointInfo["rom"]
if pointInfo.get("pluginInfo"):
point_infos += "\n - 插件状态:" + pointInfo["status"] \
+ "\n - 缓存大小:" + pointInfo["cache_size"]
+ "\n - 在线时间:" + pointInfo.get("onlineTime", "---") \
+ "\n - 最近" + str(GlobalVariable.records_num) + "条记录:"
point_infos += "\n - 最近" + str(GlobalVariable.records_num) + "条记录:"
pointRecords = pointInfo["pointRecords"]
if pointInfo.get("pointRecords") is not None:
for pointRecord in pointRecords:
Expand Down

0 comments on commit 68c6352

Please sign in to comment.