URI: 
       tUse dirauth.py from $PATH - tordam - A library for peer discovery inside the Tor network
  HTML git clone https://git.parazyd.org/tordam
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 6ead90df16d53a7699efb5405129c053ef538d1f
   DIR parent 53f4dc327a13a5dc72ab93d34717dbb6d7a3d396
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Fri,  8 Dec 2017 18:06:18 +0100
       
       Use dirauth.py from $PATH
       
       Diffstat:
         M pkg/lib/helpers.go                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/pkg/lib/helpers.go b/pkg/lib/helpers.go
       t@@ -34,7 +34,7 @@ func FetchHSPubkey(addr string) string {
        
                log.Println("Fetching pubkey for:", addr)
        
       -        cmd := exec.Command("./dirauth.py", addr)
       +        cmd := exec.Command("dirauth.py", addr)
                cmd.Stdout = &outb
                cmd.Stderr = &errb