txtv

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

commit 38433d3ca117663855224b80019f272af56a402f
parent fed94b19070f19d9c63e30b334d8736727b92b49
Author: Isak Lindhé <isak.e.lindhe@gmail.com>
Date:   Thu, 14 Feb 2019 21:50:09 +0100

removed deprecated __DEFAULT__

Diffstat:
Msrc/config.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/config.py b/src/config.py @@ -13,7 +13,6 @@ def get_or_gen_config(config_path: Path = CONFIG_DIR / 'svtxtv.conf'): 'frame' : 'blue', } cfg['alias'] = { - '__DEFAULT__' : '100', # magic alias, will be used when given no arguments. 'inrikes':'101', 'in':'101', 'utrikes':'104',