tStyle fix. - gopherbay - A Gopher interface to The Pirate Bay
 (HTM) git clone https://git.parazyd.org/gopherbay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit f538042315f7cfff5a2a5f3a87d2a9db6cfa0851
 (DIR) parent f5a548ab71a6a448631d746bcdcca6c9c22e0300
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Sun,  7 Feb 2021 19:07:14 +0100
       
       Style fix.
       
       Diffstat:
         M q.dcgi                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/q.dcgi b/q.dcgi
       t@@ -169,7 +169,7 @@ def print_index():
            print("[1|Top 100|/top.dcgi|server|port]")
            print("[1|Top 100 (48h)|/top48.dcgi|server|port]")
            print("\n-=-[ About ]-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-")
       -    print("[h|Donate BTC: %s|URL:bitcoin:%s|server|port]\n" % (btc, btc))
       +    print("[h|Donate BTC: %s|URL:bitcoin:%s|server|port]" % (btc, btc))
            print("[h|Donate XMR: %s|URL:monero:%s|server|port]\n" % (xmr, xmr))