txtv

Swiss text tv in the terminal
git clone https://git.in0rdr.ch/txtv.git
Log | Files | Refs | Pull requests |Archive | README | LICENSE

commit 659bf81bfec12e471099b0ab83e4b06c0126cda9
parent 963143c6e2dce90cc3c30295c9f47a37c9afc2e4
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Thu, 20 Dec 2018 22:50:41 +0100

index fix

Diffstat:
Mtxtv.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/txtv.py b/txtv.py @@ -11,7 +11,7 @@ def err(txt): def get_page_number() -> int: - if len(sys.argv) == 0: + if len(sys.argv) == 1: return 100 try: num = int(sys.argv[1])