]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove debug output
authormartin f. krafft <madduck@madduck.net>
Tue, 17 Sep 2019 06:06:54 +0000 (08:06 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 17 Sep 2019 06:06:54 +0000 (08:06 +0200)
.config/awesome/forex_widgets.lua

index c1a1ee1ff4be43042644142ebafa67330c805538..66961cd28efabf222707de64e20014737906fd8d 100644 (file)
@@ -8,7 +8,6 @@ local widgets = {}
 local function parse_ecb_rates(output, symbol, prec)
     local xc, pos, err = dkjson.decode(output, 1, nil)
     if not prec then prec = 2 end
 local function parse_ecb_rates(output, symbol, prec)
     local xc, pos, err = dkjson.decode(output, 1, nil)
     if not prec then prec = 2 end
-    print (xc["rates"]["NZD"])
     val = (xc and xc["rates"][symbol]) or 0
     print (val)
     val = math.floor(val*10^prec+0.5)/10^prec
     val = (xc and xc["rates"][symbol]) or 0
     print (val)
     val = math.floor(val*10^prec+0.5)/10^prec