This commit is contained in:
copycat-killer 2015-11-11 18:52:40 +01:00
parent d58ac139b6
commit da1410677b
1 changed files with 6 additions and 7 deletions

View File

@ -41,8 +41,7 @@ local function worker(args)
local notify = args.notify or "on"
local screen = args.screen or 1
local settings = args.settings or function() end
iface = args.iface or net.get_device()
local iface = args.iface or net.get_device()
net.widget = wibox.widget.textbox('')