freemt
commited on
Commit
·
07bf795
1
Parent(s):
2236e6d
Update sourcetype disabled to fix save tsv problen
Browse files- litbee/settings.py +1 -1
litbee/settings.py
CHANGED
@@ -53,7 +53,7 @@ def settings():
|
|
53 |
index=index,
|
54 |
format_func=lambda x: f"{x:<8} |",
|
55 |
help="upload: one or two files; paste: from clipboard; urls: from the net",
|
56 |
-
|
57 |
)
|
58 |
state.ns.sourcetype = sourcetype
|
59 |
|
|
|
53 |
index=index,
|
54 |
format_func=lambda x: f"{x:<8} |",
|
55 |
help="upload: one or two files; paste: from clipboard; urls: from the net",
|
56 |
+
disabled=True,
|
57 |
)
|
58 |
state.ns.sourcetype = sourcetype
|
59 |
|