mirror of https://github.com/lcpz/lain.git
Update acw.lua
This commit is contained in:
parent
5b67a36d52
commit
3e8754c217
|
@ -37,7 +37,6 @@ function worker(args)
|
||||||
local timeout = args.timeout or 600
|
local timeout = args.timeout or 600
|
||||||
local settings = args.settings or function() end
|
local settings = args.settings or function() end
|
||||||
|
|
||||||
|
|
||||||
local function update()
|
local function update()
|
||||||
btc = parse(get("https://coinbase.com/api/v1/prices/buy"))
|
btc = parse(get("https://coinbase.com/api/v1/prices/buy"))
|
||||||
if btc then
|
if btc then
|
||||||
|
|
Loading…
Reference in New Issue