Add missing key filter

This commit is contained in:
Schimon Jehudah 2024-03-12 21:31:00 +00:00
parent ec9a9e5475
commit 9692d92e21
2 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,8 @@
[default] [default]
archive = 50 # Maximum items to archive (0 - 500) archive = 50 # Maximum items to archive (0 - 500)
check = 120 # Source check interval (recommended 90; minimum 10) check = 120 # Source check interval (recommended 90; minimum 10)
enabled = 1 # Work status (Value 0 to disable) enabled = 1# Work status (Value 0 to disable)
filter = 0 # Enable filters (Value 1 to enable)
interval = 300 # Update interval (Minimum value 10) interval = 300 # Update interval (Minimum value 10)
length = 300 # Maximum length of summary (Value 0 to disable) length = 300 # Maximum length of summary (Value 0 to disable)
media = 0 # Display media (audio, image, video) when available media = 0 # Display media (audio, image, video) when available
@ -37,7 +38,7 @@ tor = ""
yggdrasil = "" yggdrasil = ""
[network] [network]
http_proxy = "" http_proxy = "http://localhost:8118"
user_agent = "Slixfeed/0.1" user_agent = "Slixfeed/0.1"
clearnet = 0 # Enable policed DNS system (not recommended) clearnet = 0 # Enable policed DNS system (not recommended)
i2p = 1 # Enable I2P mixnet system (safer) i2p = 1 # Enable I2P mixnet system (safer)

View file

@ -1,2 +1,2 @@
__version__ = '0.1.38' __version__ = '0.1.39'
__version_info__ = (0, 1, 38) __version_info__ = (0, 1, 39)