aboutsummaryrefslogtreecommitdiff
path: root/net.lua
diff options
context:
space:
mode:
Diffstat (limited to 'net.lua')
-rw-r--r--net.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/net.lua b/net.lua
index 5b4c07e..e436398 100644
--- a/net.lua
+++ b/net.lua
@@ -51,8 +51,8 @@ local function worker(format)
if nets[name] == nil then
-- Default values on the first run
nets[name] = {}
- args["{"..name.." down}"] = "n/a"
- args["{"..name.." up}"] = "n/a"
+ args["{"..name.." down}"] = "N/A"
+ args["{"..name.." up}"] = "N/A"
args["{"..name.." down_b}"] = 0
args["{"..name.." up_b}"] = 0