Skip to content

Commit

Permalink
Updated config order and description
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jul 10, 2024
1 parent 5e4b3ca commit b7dbd02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions config.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ LoopSleepTimer = 5
# Time to sleep between posting search commands (in seconds: 600 = 10 Minutes)
SearchLoopDelay = -1

# Enable automation of pausing and resuming torrents as needed
AutoPauseResume = true

# Add torrents to this category to mark them as failed
FailedCategory = "failed"

Expand Down
6 changes: 0 additions & 6 deletions qBitrr/gen_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ def _add_settings_section(config: TOMLDocument):
"SearchLoopDelay",
ENVIRO_CONFIG.settings.search_loop_delay or -1,
)
_gen_default_line(
settings,
"Enable automation of pausing and resuming torrents as needed",
"AutoPauseResume",
ENVIRO_CONFIG.settings.auto_pause_resume or True,
)
_gen_default_line(
settings,
"Add torrents to this category to mark them as failed",
Expand Down

0 comments on commit b7dbd02

Please sign in to comment.