Skip to content

Commit

Permalink
Merge pull request #154 from StuffAnThings/develop
Browse files Browse the repository at this point in the history
3.2.6
  • Loading branch information
bobokun authored Sep 2, 2022
2 parents 86e8272 + cdbaad2 commit df30636
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.5
3.2.6
4 changes: 2 additions & 2 deletions modules/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit df30636

Please sign in to comment.