Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed May 15, 2024
1 parent 648f3e9 commit a917866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bot/modules/bot_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ async def get_buttons(key=None, edit_type=None):
buttons.ibutton("Edit", "botset edit nzbserver")
else:
buttons.ibutton("View", "botset view nzbserver")
buttons.ibutton("Add New", "botset nzbsevar newser")
buttons.ibutton("Add New", "botset nzbsevar newser")
buttons.ibutton("Back", "botset nzb")
buttons.ibutton("Close", "botset close")
if len(config_dict["USENET_SERVERS"]) > 10:
Expand Down
6 changes: 3 additions & 3 deletions sabnzbd/SABnzbd.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,15 @@ fast_fail = 1
auto_disconnect = 1
pre_script = None
end_queue_script = None
no_dupes = 0
no_dupes = 3
no_series_dupes = 0
no_smart_dupes = 0
dupes_propercheck = 1
pause_on_pwrar = 1
pause_on_pwrar = 0
ignore_samples = 0
deobfuscate_final_filenames = 1
auto_sort = ""
direct_unpack = 0
direct_unpack = 1
propagation_delay = 0
folder_rename = 1
replace_spaces = 0
Expand Down

0 comments on commit a917866

Please sign in to comment.