be loud about segfaults and such

This commit is contained in:
ed
2022-05-12 20:26:48 +02:00
parent 2fb46551a2
commit 214a367f48
6 changed files with 60 additions and 10 deletions

View File

@@ -59,6 +59,7 @@ class Cfg(Namespace):
theme=0,
themes=0,
turbo=0,
logout=573,
hist=None,
no_idx=None,
no_hash=None,

View File

@@ -39,6 +39,7 @@ class Cfg(Namespace):
"theme": 0,
"themes": 0,
"turbo": 0,
"logout": 573,
}
ex.update(ex2)
super(Cfg, self).__init__(a=a or [], v=v or [], c=c, **ex)