mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Try to fix mptcp graph
This commit is contained in:
parent
bbcaf4bf3d
commit
a8346e375f
1 changed files with 3 additions and 1 deletions
|
@ -100,7 +100,9 @@ function multipath_bandwidth()
|
|||
res[key][1]=temp1[1]
|
||||
for i=2,60 do
|
||||
res[key][i]={}
|
||||
res[key][i]=(string.gsub(temp1[i], "%[", " "))
|
||||
if temp1[i] ~= nil then
|
||||
res[key][i]=(string.gsub(temp1[i], "%[", " "))
|
||||
end
|
||||
end
|
||||
for i=1,60 do
|
||||
res[key][i] = string.split(res[key][i], ",")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue