Style fix. - gopherbay - piratebay gopher interface
(HTM) git clone git://bitreich.org/gopherbay git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/gopherbay
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(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
@@ -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))