diff options
Diffstat (limited to 'apt-panopticon.lua')
-rwxr-xr-x | apt-panopticon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-panopticon.lua b/apt-panopticon.lua index ba4d408..2e95d51 100755 --- a/apt-panopticon.lua +++ b/apt-panopticon.lua | |||
@@ -972,7 +972,7 @@ os.execute('sleep 1') -- Wait for things to start up before checking for them. | |||
972 | end | 972 | end |
973 | end | 973 | end |
974 | end | 974 | end |
975 | APT.results["speed"] = {min = min, max = max} | 975 | APT.results["speed"] = {["min"] = min, ["max"] = max} |
976 | end | 976 | end |
977 | 977 | ||
978 | if (APT.options.referenceSite.value ~= host) and ('' ~= list.nextf) then | 978 | if (APT.options.referenceSite.value ~= host) and ('' ~= list.nextf) then |