aboutsummaryrefslogtreecommitdiff
path: root/telem.lua
diff options
context:
space:
mode:
Diffstat (limited to 'telem.lua')
-rwxr-xr-xtelem.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/telem.lua b/telem.lua
index 7b1bfe6..d220082 100755
--- a/telem.lua
+++ b/telem.lua
@@ -27,7 +27,7 @@ _COLOURS = {
-- Global var declarations
-username = os.getenv("USER") -- TODO: This is, obviously, not secure and will need to be updated
+username = arg[1]
boards = {} -- Array of board tables, alphaetically sorted
boards_by_name = {} -- Set of board names, values are tables, must always be consistent with boards
current_board = nil -- Active board table