Merge pull request #154 from StuffAnThings/develop

3.2.6
This commit is contained in:
bobokun 2022-09-02 14:23:19 -04:00 committed by GitHub
commit df306367a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
3.2.5
3.2.6

View file

@ -160,9 +160,9 @@ class check:
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

View file

@ -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