gopherbay

A Gopher interface to The Pirate Bay
git clone https://git.parazyd.org/gopherbay
Log | Files | Refs | README

commit f538042315f7cfff5a2a5f3a87d2a9db6cfa0851
parent f5a548ab71a6a448631d746bcdcca6c9c22e0300
Author: parazyd <parazyd@dyne.org>
Date:   Sun,  7 Feb 2021 19:07:14 +0100

Style fix.

Diffstat:
Mq.dcgi | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/q.dcgi b/q.dcgi @@ -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))