diff --git a/VERSION b/VERSION index 448ada3b..c4a602db 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.2.5 \ No newline at end of file +3.2.6 \ No newline at end of file diff --git a/modules/util.py b/modules/util.py index 2978a1d2..ba6031aa 100644 --- a/modules/util.py +++ b/modules/util.py @@ -160,9 +160,9 @@ def check_for_attribute(self, message = message + "\n" + options raise Failed(f"Config Error: {message}") if do_print: - logger.print(f"Config Warning: {message}", "warning") + logger.print_line(f"Config Warning: {message}", "warning") if data and attribute in data and data[attribute] and test_list is not None and data[attribute] not in test_list: - logger.print(options) + logger.print_line(options) return default diff --git a/requirements.txt b/requirements.txt index 35d671b8..053ddf4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ruamel.yaml==0.17.21 -qbittorrent-api>=2022.8.37 +qbittorrent-api>=2022.8.38 schedule==1.1.0 retrying==1.3.3 alive_progress==2.4.1