diff options
author | onefang | 2020-01-02 00:02:48 +1000 |
---|---|---|
committer | onefang | 2020-01-02 00:02:48 +1000 |
commit | c86b515189ae3f16f12dfa2dfe76692a47b10da9 (patch) | |
tree | 42176b719b4249254220b8db6a372499a5c56f89 | |
parent | Actually wait for the curl file before trying to process it. (diff) | |
download | apt-panopticon-c86b515189ae3f16f12dfa2dfe76692a47b10da9.zip apt-panopticon-c86b515189ae3f16f12dfa2dfe76692a47b10da9.tar.gz apt-panopticon-c86b515189ae3f16f12dfa2dfe76692a47b10da9.tar.bz2 apt-panopticon-c86b515189ae3f16f12dfa2dfe76692a47b10da9.tar.xz |
Maybe now the missing speeds will show?
Diffstat (limited to '')
-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 |