mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Fix MPTCP graph
This commit is contained in:
parent
928d122e77
commit
0009dac3a4
1 changed files with 5 additions and 1 deletions
|
@ -98,7 +98,11 @@ function multipath_bandwidth()
|
|||
res[key][1]=temp1[1]
|
||||
for i=2,60 do
|
||||
res[key][i]={}
|
||||
if temp1[i] ~= "" and temp1[i] ~= nil then
|
||||
res[key][i]=(string.gsub(temp1[i], "%[", " "))
|
||||
else
|
||||
res[key][i]="0,0,0,0,0"
|
||||
end
|
||||
end
|
||||
for i=1,60 do
|
||||
res[key][i] = string.split(res[key][i], ",")
|
||||
|
|
Loading…
Reference in a new issue