aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-01-02 00:02:48 +1000
committeronefang2020-01-02 00:02:48 +1000
commitc86b515189ae3f16f12dfa2dfe76692a47b10da9 (patch)
tree42176b719b4249254220b8db6a372499a5c56f89
parentActually wait for the curl file before trying to process it. (diff)
downloadapt-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?
-rwxr-xr-xapt-panopticon.lua2
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