Skip to content

Commit

Permalink
Import mode testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 9, 2024
1 parent 39aae4c commit 351f036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def __init__(
)
self.apikey = CONFIG.get_or_raise(f"{name}.APIKey")
self.re_search = CONFIG.get(f"{name}.ReSearch", fallback=False)
self.import_mode = CONFIG.get(f"{name}.importMode", fallback=0)
self.import_mode = CONFIG.get(f"{name}.importMode", fallback="Auto")
self.refresh_downloads_timer = CONFIG.get(f"{name}.RefreshDownloadsTimer", fallback=1)
self.arr_error_codes_to_blocklist = CONFIG.get(
f"{name}.ArrErrorCodesToBlocklist", fallback=[]
Expand Down

0 comments on commit 351f036

Please sign in to comment.