Skip to content

Commit

Permalink
Merge pull request #170 from lithium720/dev
Browse files Browse the repository at this point in the history
rogue print / missing quote in example
  • Loading branch information
ManiMatter authored Oct 12, 2024
2 parents 6106f3b + 4f3507f commit 6192c41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.conf-Example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ REMOVE_ORPHANS = True
REMOVE_SLOW = True
REMOVE_STALLED = True
REMOVE_UNMONITORED = True
RUN_PERIODIC_RESCANS = {"SONARR": {"MISSING": true, CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}, "RADARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}}
RUN_PERIODIC_RESCANS = {"SONARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}, "RADARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 7}}

[feature_settings]
MIN_DOWNLOAD_SPEED = 100
Expand Down
1 change: 0 additions & 1 deletion src/jobs/run_periodic_rescans.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ async def run_periodic_rescans(
}

elif arr_type == "RADARR":
print(records)
logger.verbose(
f">>> Running a scan for {len(records)} {end_point} items:\n"
+ "\n".join(
Expand Down

0 comments on commit 6192c41

Please sign in to comment.